mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-04 16:06:49 +02:00
fix unprobable leak in webp_sdl.c
Change-Id: I26f21f4a09349bf7e7cede0d906f55f497235ff6
This commit is contained in:
parent
22bbb24ea8
commit
6ed15ea1cd
@ -71,6 +71,7 @@ int main(int argc, char* argv[]) {
|
|||||||
goto Error;
|
goto Error;
|
||||||
}
|
}
|
||||||
if (webp_size != (size_t)(int)webp_size) {
|
if (webp_size != (size_t)(int)webp_size) {
|
||||||
|
free((void*)webp);
|
||||||
fprintf(stderr, "File too large.\n");
|
fprintf(stderr, "File too large.\n");
|
||||||
goto Error;
|
goto Error;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user