aboutsummaryrefslogtreecommitdiff
path: root/src/gpg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpg.c')
-rw-r--r--src/gpg.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gpg.c b/src/gpg.c
index 474d94b..d4f9b71 100644
--- a/src/gpg.c
+++ b/src/gpg.c
@@ -134,3 +134,3 @@ create_gpg_homedir ()
- temp_homedir = xstrdup ("/tmp/wydawca-XXXXXX");
+ temp_homedir = grecs_strdup ("/tmp/wydawca-XXXXXX");
if (!mkdtemp (temp_homedir))
@@ -239,3 +239,3 @@ verify_directive_signature (struct file_triplet *trp)
pstat = res->imports;
- uptr->fpr = xstrdup (pstat->fpr);
+ uptr->fpr = grecs_strdup (pstat->fpr);
if (debug_level > 2)
@@ -273,3 +273,4 @@ verify_directive_signature (struct file_triplet *trp)
gpgme_data_release (key_data);
-
+ gpgme_release (ctx);
+
return rc;

Return to:

Send suggestions and report system problems to the System administrator.