more leaks
This commit is contained in:
Родитель
037056eb26
Коммит
e4697adc35
|
@ -256,6 +256,8 @@ int convertToPNG(AbstractFile* imageWrapper, const unsigned int* key, const unsi
|
|||
|
||||
png_write_end(png_ptr, NULL);
|
||||
|
||||
free(imageBuffer);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -390,6 +392,8 @@ void* replaceBootImage(AbstractFile* imageWrapper, const unsigned int* key, cons
|
|||
|
||||
free(row_pointers);
|
||||
|
||||
free(imageBuffer);
|
||||
|
||||
return buffer;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче