Files
ppsspp/ext
Lioncash 366de9f248 Fix a another memory leak in etctool.
imgdec = (unsigned char*) malloc(expandedwidth*expandedheight*3);
is called before the if statement "if((f=fopen(dstfile,"wb")))"

If the file 'f' failed in the if statement, it would never be freed (since "free(imgdec)" was within that if block.
2013-02-02 13:18:23 -05:00
..
2012-03-27 23:25:04 +02:00
2012-03-24 23:39:19 +01:00
2013-02-02 01:41:06 -05:00
2012-12-13 14:39:44 +10:00