Commit e91ee32a authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Invalidate the fspanel timer.

parent 59c44b0c
......@@ -96,7 +96,10 @@
[[NSNotificationCenter defaultCenter] removeObserver: self];
if( hideAgainTimer )
{
[hideAgainTimer invalidate];
[hideAgainTimer release];
}
[self setFadeTimer:nil];
[super dealloc];
}
......
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