diff options
-rw-r--r-- | libhb/avfilter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/avfilter.c b/libhb/avfilter.c index cd78cb8c0..cc39a1a15 100644 --- a/libhb/avfilter.c +++ b/libhb/avfilter.c @@ -774,6 +774,7 @@ void hb_avfilter_combine( hb_list_t * list ) { hb_list_rem(list, filter); hb_filter_close(&filter); + hb_value_free(&settings); continue; } if (avfilter == NULL) |