]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlistinfo.m
macosx: Make sure the o_info object gets released even if the nib has not been loaded.
[vlc] / modules / gui / macosx / playlistinfo.m
index c0dfa25714ee615bbf6e909174873483ae1466c3..858d55c15929a8ace418421bc86fc6106c20d428 100644 (file)
@@ -119,7 +119,7 @@ static VLCInfo *_o_sharedInstance = nil;
     [self updatePanelWithItem:p_item];
 }
 
-- (void)stop
+- (void)stopTimers
 {
     /* make sure that the timer is released in any case */
     if( o_statUpdateTimer && [o_statUpdateTimer isValid] )