diff options
Diffstat (limited to '')
-rw-r--r-- | gpgmeplug/gpgmeplug.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gpgmeplug/gpgmeplug.c b/gpgmeplug/gpgmeplug.c index 62515840..fbaebaf3 100644 --- a/gpgmeplug/gpgmeplug.c +++ b/gpgmeplug/gpgmeplug.c @@ -2300,7 +2300,7 @@ bool findCertificates( const char* addressee, bool secretOnly ) { #define MAXCERTS 1024; - /* use const char declarations since all of them are needed twice *. + /* use const char declarations since all of them are needed twice */ const char* delimiter = "\1"; const char* openBracket = " ("; const char* closeBracket = ")"; @@ -2363,7 +2363,6 @@ bool findCertificates( const char* addressee, break; } } - free( dn ); } } } |