The source project of this merge request has been removed.
CID 228166: Resource leak in file-raw-data.c
Overwriting fp in fp = fopen(newfile, "wb") leaks the storage that fp points to.
Overwriting fp in fp = fopen(newfile, "wb") leaks the storage that fp points to.