[mapserver-commits] r9776 - branches/branch-5-6/mapserver
svn at osgeo.org
svn at osgeo.org
Wed Feb 3 18:47:10 EST 2010
Author: pramsey
Date: 2010-02-03 18:47:05 -0500 (Wed, 03 Feb 2010)
New Revision: 9776
Modified:
branches/branch-5-6/mapserver/mapwms.c
Log:
Make valgrind memcheck run completely pristine... (#3280)
Modified: branches/branch-5-6/mapserver/mapwms.c
===================================================================
--- branches/branch-5-6/mapserver/mapwms.c 2010-02-03 23:04:25 UTC (rev 9775)
+++ branches/branch-5-6/mapserver/mapwms.c 2010-02-03 23:47:05 UTC (rev 9776)
@@ -665,6 +665,8 @@
}
else if (strcasecmp(names[i], "FORMAT") == 0) {
const char *format_list = NULL;
+ char **tokens = NULL;
+
formatfound = 1;
/*check to see if a predefined list is given*/
More information about the mapserver-commits
mailing list