projects
/
gpgme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b75138
)
typecast to make khz happy
author
Steffen Hansen
<hansen@kde.org>
Mon, 10 Jun 2002 16:36:38 +0000
(16:36 +0000)
committer
Steffen Hansen
<hansen@kde.org>
Mon, 10 Jun 2002 16:36:38 +0000
(16:36 +0000)
gpgmeplug/gpgmeplug.c
patch
|
blob
|
history
diff --git
a/gpgmeplug/gpgmeplug.c
b/gpgmeplug/gpgmeplug.c
index bfc7695ba50f01b33f34df7263e504ee4863fd08..f448de33e45fea10bd74278eda028ef52a0b8bc5 100644
(file)
--- a/
gpgmeplug/gpgmeplug.c
+++ b/
gpgmeplug/gpgmeplug.c
@@
-2094,7
+2094,7
@@
struct CertificateInfo* nextCertificate( struct CertIterator* it )
struct DnPair* a = parse_dn( names[idx] );
if( idx == 0 ) {
it->info.userid[idx] = reorder_dn( a );
- safe_free( &(names[idx]) );
+ safe_free(
(void **)
&(names[idx]) );
} else {
it->info.userid[idx] = names[idx];
it->info.dnarray = a;