2007-02-21 [colin] 2.7.2cvs60
[claws.git] / src / plugins / pgpcore / passphrase.c
index 903c3cfd40222ae8ec82475cdd5975f2efedf24f..b6402e6ba52b4979d20c09211ea405fa6985b7a9 100644 (file)
@@ -357,6 +357,8 @@ gpgmegtk_passphrase_cb(void *opaque, const char *uid_hint,
     write(fd, pass, strlen(pass));
     write(fd, "\n", 1);
 #endif
+    g_free(pass);
+
     return GPG_ERR_NO_ERROR;
 }