From: Pierre d'Herbemont Date: Sun, 6 Jul 2008 16:57:59 +0000 (+0200) Subject: macosx: Invalidate the fspanel timer. X-Git-Tag: 0.9.0-test2~167 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e91ee32adf6f8b6e28c67043609dcfd9e16f0219;p=vlc macosx: Invalidate the fspanel timer. --- diff --git a/modules/gui/macosx/fspanel.m b/modules/gui/macosx/fspanel.m index 5ca46d80bb..81766aca3f 100644 --- a/modules/gui/macosx/fspanel.m +++ b/modules/gui/macosx/fspanel.m @@ -96,7 +96,10 @@ [[NSNotificationCenter defaultCenter] removeObserver: self]; if( hideAgainTimer ) + { + [hideAgainTimer invalidate]; [hideAgainTimer release]; + } [self setFadeTimer:nil]; [super dealloc]; }