You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ka...@apache.org on 2007/03/23 06:19:57 UTC

svn commit: r521591 - /webservices/axis2/trunk/c/rampart/src/omxmlsec/key.c

Author: kaushalye
Date: Thu Mar 22 22:19:56 2007
New Revision: 521591

URL: http://svn.apache.org/viewvc?view=rev&rev=521591
Log:
Fixing bug in key.c

Modified:
    webservices/axis2/trunk/c/rampart/src/omxmlsec/key.c

Modified: webservices/axis2/trunk/c/rampart/src/omxmlsec/key.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/src/omxmlsec/key.c?view=diff&rev=521591&r1=521590&r2=521591
==============================================================================
--- webservices/axis2/trunk/c/rampart/src/omxmlsec/key.c (original)
+++ webservices/axis2/trunk/c/rampart/src/omxmlsec/key.c Thu Mar 22 22:19:56 2007
@@ -117,6 +117,8 @@
 	oxs_key_t *key = NULL;
     AXIS2_ENV_CHECK(env, NULL);
 
+    key = AXIS2_MALLOC(env->allocator, sizeof(oxs_key_t));
+
     if (!key)
     {
         AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE);



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org