Commit bec9b75c authored by David Fuhrmann's avatar David Fuhrmann

macosx: video effects panel: add missing vlc_object_release

parent fc33caea
...@@ -661,6 +661,7 @@ static VLCVideoEffects *_o_sharedInstance = nil; ...@@ -661,6 +661,7 @@ static VLCVideoEffects *_o_sharedInstance = nil;
} }
var_SetBool(p_filter, psz_name, b_value); var_SetBool(p_filter, psz_name, b_value);
vlc_object_release(p_vout); vlc_object_release(p_vout);
vlc_object_release(p_filter);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment