mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
Merge "dwebp: remove a dead store"
This commit is contained in:
commit
f737f0376a
@ -729,7 +729,7 @@ int main(int argc, const char *argv[]) {
|
|||||||
if (idec == NULL) {
|
if (idec == NULL) {
|
||||||
fprintf(stderr, "Failed during WebPINewDecoder().\n");
|
fprintf(stderr, "Failed during WebPINewDecoder().\n");
|
||||||
status = VP8_STATUS_OUT_OF_MEMORY;
|
status = VP8_STATUS_OUT_OF_MEMORY;
|
||||||
ok = 0;
|
goto end;
|
||||||
} else {
|
} else {
|
||||||
status = WebPIUpdate(idec, data, data_size);
|
status = WebPIUpdate(idec, data, data_size);
|
||||||
WebPIDelete(idec);
|
WebPIDelete(idec);
|
||||||
|
Loading…
Reference in New Issue
Block a user