Fix for bug 11964. Timers were leaking again. Approved by jevering.

git-svn-id: svn://10.0.0.236/trunk@43386 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro%netscape.com
1999-08-17 01:05:09 +00:00
parent ecbf682515
commit 64c4198ede

View File

@@ -135,7 +135,7 @@ nsTimerGtk::Cancel()
if (mTimerId)
gtk_timeout_remove(mTimerId);
// NS_RELEASE(me);
NS_RELEASE(me);
}
gint nsTimerExpired(gpointer aCallData)