CID 22548 Resource leak

github issue #334
This commit is contained in:
Enno Rehling 2015-11-05 11:31:52 +01:00
parent fce3f63cc1
commit d553066590

View file

@ -76,6 +76,7 @@ static int report_json(const char *filename, report_context * ctx, const char *c
"\"margin\": 0, \"name\": \"hextiles\", \"properties\": { }, \"spacing\": 0, "
"\"tileheight\" : 64, \"tilewidth\" : 64 }], \"tilewidth\": 64, \"tileheight\": 96}", F);
}
fclose(F);
return 0;
}
return -1;