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:
3c157c3
)
used proper clean-up call
author
Daniel Kouřil
<kouril@ics.muni.cz>
Tue, 28 Jun 2011 13:20:14 +0000
(13:20 +0000)
committer
Daniel Kouřil
<kouril@ics.muni.cz>
Tue, 28 Jun 2011 13:20:14 +0000
(13:20 +0000)
org.gridsite.core/src/grst_x509.c
patch
|
blob
|
blame
|
history
diff --git
a/org.gridsite.core/src/grst_x509.c
b/org.gridsite.core/src/grst_x509.c
index
644327b
..
9605753
100644
(file)
--- a/
org.gridsite.core/src/grst_x509.c
+++ b/
org.gridsite.core/src/grst_x509.c
@@
-1929,7
+1929,7
@@
int GRSTx509MakeProxyCert(char **proxychain, FILE *debugfp,
X509_add_ext(certs[0], pci_ex, -1);
}
- else free(pci_obj);
+ else
ASN1_OBJECT_
free(pci_obj);
/* set issuer and subject name of the cert from the req and the CA */