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:
commit
05a5205566
1 changed files with 1 additions and 0 deletions
|
|
@ -785,6 +785,7 @@ loading_close_out:
|
||||||
file_free_out:
|
file_free_out:
|
||||||
free(file1);
|
free(file1);
|
||||||
free(file2);
|
free(file2);
|
||||||
|
free(file3);
|
||||||
data_free_out:
|
data_free_out:
|
||||||
free(data);
|
free(data);
|
||||||
loading_free_out:
|
loading_free_out:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue