Free file handle for /firmware/image after use

Change-Id: Id59e25486b45dffc87a89a961970a6e8128a5237
This commit is contained in:
Ajay Dudani 2013-06-12 15:55:26 -07:00 committed by Iliyan Malchev
parent 7e72349865
commit 76c5889325

View file

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