free allocated memory
authorDaniel Kouřil <kouril@ics.muni.cz>
Thu, 7 Apr 2005 07:57:11 +0000 (07:57 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Thu, 7 Apr 2005 07:57:11 +0000 (07:57 +0000)
org.glite.security.proxyrenewal/src/renew.c

index c14b6c0..d180330 100644 (file)
@@ -73,6 +73,8 @@ load_proxy(const char *cur_file, X509 **cert, EVP_PKEY **priv_key,
    }
    
 end:
+   if (proxy)
+      globus_gsi_cred_handle_destroy(proxy);
 
    return 0;
 }