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 da...@apache.org on 2006/02/15 06:38:39 UTC

svn commit: r377944 - /webservices/axis2/trunk/c/test/unit/util/util_dir_handler_test.c

Author: damitha
Date: Tue Feb 14 21:38:37 2006
New Revision: 377944

URL: http://svn.apache.org/viewcvs?rev=377944&view=rev
Log: (empty)

Modified:
    webservices/axis2/trunk/c/test/unit/util/util_dir_handler_test.c

Modified: webservices/axis2/trunk/c/test/unit/util/util_dir_handler_test.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/util/util_dir_handler_test.c?rev=377944&r1=377943&r2=377944&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/util/util_dir_handler_test.c (original)
+++ webservices/axis2/trunk/c/test/unit/util/util_dir_handler_test.c Tue Feb 14 21:38:37 2006
@@ -42,5 +42,4 @@
     CuAssertStrEquals(tc, expected, actual);
     AXIS2_FREE(env->allocator, expected);
     AXIS2_FREE(env->allocator, pathname);
-    AXIS2_FREE(env->allocator, axis2c_home);
 }