From 4cf8d686d17f26158555da3024a62c87ac3d02de Mon Sep 17 00:00:00 2001 From: Marcel Poul Date: Sat, 7 Apr 2012 12:20:07 +0000 Subject: [PATCH] get rid off seg. fault in functionality tests. --- emi.canl.canl-c/examples/delegation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emi.canl.canl-c/examples/delegation.c b/emi.canl.canl-c/examples/delegation.c index c3f5c3b..f80ed28 100644 --- a/emi.canl.canl-c/examples/delegation.c +++ b/emi.canl.canl-c/examples/delegation.c @@ -192,13 +192,13 @@ main(int argc, char *argv[]) end: if (signer) canl_cred_free(ctx, signer); - if (proxy) +/* if (proxy) canl_cred_free(ctx, proxy); if (proxy_cert) canl_cred_free(ctx, proxy_cert); if (proxy_bob) canl_cred_free(ctx, proxy_bob); - if (req) +*/ if (req) X509_REQ_free(req); if (x509_cert) X509_free(x509_cert); -- 1.8.2.3