diff options
Diffstat (limited to 'gpgme/sign.c')
-rw-r--r-- | gpgme/sign.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/sign.c b/gpgme/sign.c index c07354da..58837d94 100644 --- a/gpgme/sign.c +++ b/gpgme/sign.c @@ -48,7 +48,7 @@ _gpgme_release_sign_result (SignResult result) if (!result) return; gpgme_data_release (result->xmlinfo); - xfree (result); + free (result); } /* Parse the args and save the information |