[mapserver-commits] r10662 - trunk/mapserver/mapscript/java

svn at osgeo.org svn at osgeo.org
Sun Oct 24 12:13:04 EDT 2010


Author: tamas
Date: 2010-10-24 09:13:04 -0700 (Sun, 24 Oct 2010)
New Revision: 10662

Modified:
   trunk/mapserver/mapscript/java/javamodule.i
Log:
Fix for the memory corruption when mapping the string data type in the Java bindings (3491)

Modified: trunk/mapserver/mapscript/java/javamodule.i
===================================================================
--- trunk/mapserver/mapscript/java/javamodule.i	2010-10-24 16:10:25 UTC (rev 10661)
+++ trunk/mapserver/mapscript/java/javamodule.i	2010-10-24 16:13:04 UTC (rev 10662)
@@ -136,10 +136,6 @@
 	$result = JNU_NewStringNative(jenv, $1);
 }
 
-%typemap(out) char * {
-	$result = JNU_NewStringNative(jenv, $1);
-}
-
 /*
 ===============================================================================
 RFC-24 implementation follows



More information about the mapserver-commits mailing list