Commit 566d1028 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* don't double free an object! Thanks to nivix for pointing me to the right...

* don't double free an object! Thanks to nivix for pointing me to the right direction and keeping to bug me about this. Fixes #978
parent cbd95123
......@@ -206,7 +206,6 @@
{
b_keptVisible = NO;
b_fadeQueued = NO;
[[self fadeTimer] release];
[self setFadeTimer: NULL];
[self fadeIn];
return;
......
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