projects
/
gpgme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee970fa
)
Removed silly "free( dn )" statement forgotten during my last changes in findCertific...
author
Karl-Heinz Zimmer
<khz@kde.org>
Fri, 28 Jun 2002 19:37:06 +0000
(19:37 +0000)
committer
Karl-Heinz Zimmer
<khz@kde.org>
Fri, 28 Jun 2002 19:37:06 +0000
(19:37 +0000)
gpgmeplug/gpgmeplug.c
patch
|
blob
|
history
diff --git
a/gpgmeplug/gpgmeplug.c
b/gpgmeplug/gpgmeplug.c
index 62515840fc56df9b42220d0722e653445947b40d..fbaebaf31d6f03f6f36b5bae81e663033654f653 100644
(file)
--- 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 );
}
}
}