[vlc-devel] commit: macosx: do not leak o_fs_panel (Jean-Paul Saman )
git version control
git at videolan.org
Sun Jun 14 20:09:09 CEST 2009
vlc | branch: 1.0-bugfix | Jean-Paul Saman <jpsaman at videolan.org> | Sun May 31 16:27:53 2009 +0200| [79f751ebce51f32100f4f78e23d708a33ad373f2] | committer: Jean-Paul Saman
macosx: do not leak o_fs_panel
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=79f751ebce51f32100f4f78e23d708a33ad373f2
---
modules/gui/macosx/controls.m | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/macosx/controls.m b/modules/gui/macosx/controls.m
index 15df3b4..47e718c 100644
--- a/modules/gui/macosx/controls.m
+++ b/modules/gui/macosx/controls.m
@@ -134,6 +134,7 @@
{
[[NSNotificationCenter defaultCenter] removeObserver: self];
+ [o_fs_panel release];
[o_repeat_single release];
[o_repeat_all release];
[o_repeat_off release];
More information about the vlc-devel
mailing list