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
|
@ -785,6 +785,7 @@ loading_close_out:
|
|||
file_free_out:
|
||||
free(file1);
|
||||
free(file2);
|
||||
free(file3);
|
||||
data_free_out:
|
||||
free(data);
|
||||
loading_free_out:
|
||||
|
|
Loading…
Reference in New Issue