[prev in list] [next in list] [prev in thread] [next in thread] 

List:       rampart-dev
Subject:    svn commit: r597563 -
From:       kaushalye () apache ! org
Date:       2007-11-23 5:40:32
Message-ID: 20071123054032.D601C1A9832 () eris ! apache ! org
[Download RAW message or body]

Author: kaushalye
Date: Thu Nov 22 21:40:29 2007
New Revision: 597563

URL: http://svn.apache.org/viewvc?rev=597563&view=rev
Log:
Removing the memory leak fix. We need to introduce another field to the oxs_key, to \
check if its a derived key or not

Modified:
    webservices/rampart/trunk/c/src/util/rampart_signature.c

Modified: webservices/rampart/trunk/c/src/util/rampart_signature.c
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/util/rampart_signature.c?rev=597563&r1=597562&r2=597563&view=diff
 ==============================================================================
--- webservices/rampart/trunk/c/src/util/rampart_signature.c (original)
+++ webservices/rampart/trunk/c/src/util/rampart_signature.c Thu Nov 22 21:40:29 2007
@@ -713,8 +713,8 @@
         oxs_key_t *sig_ctx_dk = NULL;
 
         sig_ctx_dk = oxs_sign_ctx_get_secret(sign_ctx, env);
-        oxs_key_free(sig_ctx_dk, env);
-        sig_ctx_dk = NULL;
+        /*oxs_key_free(sig_ctx_dk, env);
+        sig_ctx_dk = NULL;*/
     }
     /*Free sig ctx*/
     oxs_sign_ctx_free(sign_ctx, env);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic