git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a98f3b8
)
It is always a bad idea to free pointer got through the API
author
Marcel Poul
<marcel.poul@cern.ch>
Sat, 10 Nov 2012 16:56:36 +0000
(16:56 +0000)
committer
Marcel Poul
<marcel.poul@cern.ch>
Sat, 10 Nov 2012 16:56:36 +0000
(16:56 +0000)
emi.canl.canl-c/src/canl_cred.c
patch
|
blob
|
blame
|
history
diff --git
a/emi.canl.canl-c/src/canl_cred.c
b/emi.canl.canl-c/src/canl_cred.c
index
3a5ab8d
..
83d4330
100644
(file)
--- a/
emi.canl.canl-c/src/canl_cred.c
+++ b/
emi.canl.canl-c/src/canl_cred.c
@@
-558,7
+558,6
@@
canl_cred_save_cert(canl_ctx ctx, canl_cred cred, X509 ** cert)
" handler");
if (*cert) {
- X509_free(*cert);
*cert = NULL;
}