am 76c58893: Free file handle for /firmware/image after use

* commit '76c5889325c2ada5dda07fd9af20a4a485978538':
  Free file handle for /firmware/image after use
This commit is contained in:
Ajay Dudani 2013-06-14 08:36:02 -07:00 committed by Android Git Automerger
commit 05a5205566
1 changed files with 1 additions and 0 deletions

View File

@ -785,6 +785,7 @@ loading_close_out:
file_free_out:
free(file1);
free(file2);
free(file3);
data_free_out:
free(data);
loading_free_out: