Merge "toolbox: fix memory leak" am: e3bd4a2fec

am: 32bf66a168

Change-Id: I0d6d94fdfb7f7484eb7e6ea39a1d38bf8ce4a88a
This commit is contained in:
Ting-Yuan Huang 2016-11-16 03:25:21 +00:00 committed by android-build-merger
commit 7fef2a4b20
1 changed files with 1 additions and 0 deletions

View File

@ -741,6 +741,7 @@ int newfs_msdos_main(int argc, char *argv[])
exit(1);
}
}
free(img);
}
return 0;
}