mirror of
https://github.com/webmproject/libwebp.git
synced 2025-12-24 05:56:27 +01:00
Merge "PaletteSortModifiedZeng: fix leak on error" into 1.2.4
This commit is contained in:
@@ -259,6 +259,7 @@ static int PaletteSortModifiedZeng(
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
if (!CoOccurrenceBuild(pic, palette_sorted, num_colors, cooccurrence)) {
|
if (!CoOccurrenceBuild(pic, palette_sorted, num_colors, cooccurrence)) {
|
||||||
|
WebPSafeFree(cooccurrence);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user