summaryrefslogtreecommitdiff
path: root/vpxdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'vpxdec.c')
-rw-r--r--vpxdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vpxdec.c b/vpxdec.c
index c60eb5c30..ad368a230 100644
--- a/vpxdec.c
+++ b/vpxdec.c
@@ -722,6 +722,7 @@ static int main_loop(int argc, const char **argv_) {
#if !CONFIG_WEBM_IO
fprintf(stderr, "vpxdec was built without WebM container support.\n");
#endif
+ free(argv);
return EXIT_FAILURE;
}