[mapserver-commits] r13147 - branches/branch-6-0/mapserver

svn at osgeo.org svn at osgeo.org
Tue Feb 14 09:51:57 EST 2012


Author: aboudreault
Date: 2012-02-14 06:51:57 -0800 (Tue, 14 Feb 2012)
New Revision: 13147

Modified:
   branches/branch-6-0/mapserver/mapstring.c
Log:
Backport 6.0: Fixed Memory Leak with Fribidi Strings (#4188)

Modified: branches/branch-6-0/mapserver/mapstring.c
===================================================================
--- branches/branch-6-0/mapserver/mapstring.c	2012-02-14 04:54:48 UTC (rev 13146)
+++ branches/branch-6-0/mapserver/mapstring.c	2012-02-14 14:51:57 UTC (rev 13147)
@@ -1644,6 +1644,8 @@
     outstring[j] = '\0';
 
 #endif
+    
+     free(visual);
      return msStrdup(outstring);
   }
 }



More information about the mapserver-commits mailing list