Skip to content
Snippets Groups Projects
Commit c44d8d95 authored by Ruoyu's avatar Ruoyu Committed by Michael Niedermayer
Browse files

avutil/lzo: fix resource leak


Signed-off-by: default avatarRuoyu <liangry@ucweb.com>
Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent fba89461
No related branches found
No related tags found
No related merge requests found
...@@ -254,6 +254,7 @@ STOP_TIMER("lzod") ...@@ -254,6 +254,7 @@ STOP_TIMER("lzod")
av_log(NULL, AV_LOG_ERROR, "decompression incorrect\n"); av_log(NULL, AV_LOG_ERROR, "decompression incorrect\n");
else else
av_log(NULL, AV_LOG_ERROR, "decompression OK\n"); av_log(NULL, AV_LOG_ERROR, "decompression OK\n");
fclose(in);
return 0; return 0;
} }
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment