jfclere 2005/06/07 03:08:08
Modified: jni/native/src error.c
Log:
typo? It cores in my machine...
Revision Changes Path
1.10 +1 -2 jakarta-tomcat-connectors/jni/native/src/error.c
Index: error.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/error.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- error.c 3 Jun 2005 07:44:10 -0000 1.9
+++ error.c 7 Jun 2005 10:08:08 -0000 1.10
@@ -53,7 +53,6 @@
apr_vsnprintf(msg, TCN_BUFFER_SZ, fmt, ap);
tcn_ThrowException(env, msg);
va_end(ap);
- free(msg);
}
/*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]