diff --git a/plugins/mac-vth264/encoder.c b/plugins/mac-vth264/encoder.c index 11ff76a7a..63f7509b0 100644 --- a/plugins/mac-vth264/encoder.c +++ b/plugins/mac-vth264/encoder.c @@ -965,6 +965,8 @@ void encoder_list_create() da_push_back(vt_encoders, &enc); #undef VT_DICTSTR } + + CFRelease(encoder_list); } void encoder_list_destroy()