Merge "toolbox: fix memory leak"

This commit is contained in:
Treehugger Robot 2016-11-16 03:10:38 +00:00 committed by Gerrit Code Review
commit e3bd4a2fec
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;
}