diff options
Diffstat (limited to 'tests/gpg/t-encrypt-sym.c')
-rw-r--r-- | tests/gpg/t-encrypt-sym.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gpg/t-encrypt-sym.c b/tests/gpg/t-encrypt-sym.c index 51a3fc1b..42dc3ca4 100644 --- a/tests/gpg/t-encrypt-sym.c +++ b/tests/gpg/t-encrypt-sym.c @@ -92,6 +92,7 @@ main (int argc, char *argv[]) } gpgme_data_release (cipher); + free (text2); gpgme_release (ctx); return 0; |