From e01ea076edf99f962717bc859f5af1360b8e0b06 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Tue, 14 Jul 2015 17:11:34 -0700 Subject: [PATCH] Fix double-free crash with unsupported property type --- geojson.c | 1 - 1 file changed, 1 deletion(-) diff --git a/geojson.c b/geojson.c index f432ad0..0793df0 100644 --- a/geojson.c +++ b/geojson.c @@ -639,7 +639,6 @@ int read_json(int argc, char **argv, char *fname, const char *layername, int max ; } else { fprintf(stderr, "%s:%d: Unsupported property type for %s\n", reading, jp->line, properties->keys[i]->string); - json_free(j); continue; } }