Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05a52055 authored by Ajay Dudani's avatar Ajay Dudani Committed by Android Git Automerger
Browse files

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

* commit '76c58893':
  Free file handle for /firmware/image after use
parents 890f37da 76c58893
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -785,6 +785,7 @@ loading_close_out:
file_free_out:
    free(file1);
    free(file2);
    free(file3);
data_free_out:
    free(data);
loading_free_out: