Merge "bootable/recovery: cleanup compiler warnings (potential leak of memory)" am: 7ab9c3812d am: 29ef12f777
am: 1c35b48253
Change-Id: Ic23c7a580b346220485c913e98304c5a3cf05026
This commit is contained in:
@@ -198,6 +198,7 @@ unsigned char* ReadZip(const char* filename,
|
|||||||
if (fread(img, 1, sz, f) != sz) {
|
if (fread(img, 1, sz, f) != sz) {
|
||||||
printf("failed to read \"%s\" %s\n", filename, strerror(errno));
|
printf("failed to read \"%s\" %s\n", filename, strerror(errno));
|
||||||
fclose(f);
|
fclose(f);
|
||||||
|
free(img);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
fclose(f);
|
fclose(f);
|
||||||
|
|||||||
Reference in New Issue
Block a user