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 2006/11/27 13:30:59 UTC

svn commit: r479604 - /webservices/axis2/trunk/c/rampart/src/util/rampart_util.c

Author: kaushalye
Date: Mon Nov 27 04:30:59 2006
New Revision: 479604

URL: http://svn.apache.org/viewvc?view=rev&rev=479604
Log:
fixed the windows build break


Modified:
    webservices/axis2/trunk/c/rampart/src/util/rampart_util.c

Modified: webservices/axis2/trunk/c/rampart/src/util/rampart_util.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/src/util/rampart_util.c?view=diff&rev=479604&r1=479603&r2=479604
==============================================================================
--- webservices/axis2/trunk/c/rampart/src/util/rampart_util.c (original)
+++ webservices/axis2/trunk/c/rampart/src/util/rampart_util.c Mon Nov 27 04:30:59 2006
@@ -64,7 +64,7 @@
 
     dt = axis2_date_time_create_with_offset(env, ttl);
     dt_str = AXIS2_DATE_TIME_SERIALIZE_DATE_TIME(dt, env);
-    axis2_date_time_free(dt);
+    AXIS2_DATE_TIME_FREE(dt, env);
     return dt_str;
 }
 



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