[GRASS-SVN] r56528 - grass/branches/releasebranch_6_4/lib/ogsf
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 1 09:18:11 PDT 2013
Author: annakrat
Date: 2013-06-01 09:18:11 -0700 (Sat, 01 Jun 2013)
New Revision: 56528
Modified:
grass/branches/releasebranch_6_4/lib/ogsf/Gv3.c
Log:
ogsf: fix crash when unloading areas (merge from trunk, r56497)
Modified: grass/branches/releasebranch_6_4/lib/ogsf/Gv3.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/ogsf/Gv3.c 2013-06-01 16:16:09 UTC (rev 56527)
+++ grass/branches/releasebranch_6_4/lib/ogsf/Gv3.c 2013-06-01 16:18:11 UTC (rev 56528)
@@ -142,6 +142,7 @@
}
+ gln->cats = NULL;
gln->next = (geoline *) G_malloc(sizeof(geoline)); /* G_fatal_error */
if (!gln->next) {
return (NULL);
More information about the grass-commit
mailing list