aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/thumbnailffmpeg_extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/thumbnailffmpeg_extractor.c')
-rw-r--r--src/plugins/thumbnailffmpeg_extractor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/thumbnailffmpeg_extractor.c b/src/plugins/thumbnailffmpeg_extractor.c
index b45d3dc..e20b621 100644
--- a/src/plugins/thumbnailffmpeg_extractor.c
+++ b/src/plugins/thumbnailffmpeg_extractor.c
@@ -482,7 +482,6 @@ extract_video (struct EXTRACTOR_ExtractContext *ec)
482#endif 482#endif
483 avformat_close_input (&format_ctx); 483 avformat_close_input (&format_ctx);
484 av_free (io_ctx); 484 av_free (io_ctx);
485 av_free (iob);
486 return; 485 return;
487 } 486 }
488 codec = NULL; 487 codec = NULL;