[vlc-commits] macosx: video effects panel: add missing vlc_object_release
David Fuhrmann
git at videolan.org
Wed Jan 2 11:27:11 CET 2013
vlc/vlc-2.0 | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Wed Jan 2 10:52:31 2013 +0100| [bdcd21bd61552920b8e012247db8f87261777251] | committer: David Fuhrmann
macosx: video effects panel: add missing vlc_object_release
(cherry picked from commit bec9b75ce8156585bf57642798f3f09d83d189d9)
Conflicts:
modules/gui/macosx/VideoEffects.m
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=bdcd21bd61552920b8e012247db8f87261777251
---
modules/gui/macosx/VideoEffects.m | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/gui/macosx/VideoEffects.m b/modules/gui/macosx/VideoEffects.m
index b655661..8c46512 100644
--- a/modules/gui/macosx/VideoEffects.m
+++ b/modules/gui/macosx/VideoEffects.m
@@ -584,6 +584,7 @@ static VLCVideoEffects *_o_sharedInstance = nil;
var_SetBool( p_filter, psz_name, b_value );
config_PutInt( p_intf, psz_name, b_value );
vlc_object_release( p_vout );
+ vlc_object_release( p_filter );
}
}
More information about the vlc-commits
mailing list