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:
@@ -135,7 +135,7 @@ nsTimerGtk::Cancel()
|
||||
if (mTimerId)
|
||||
gtk_timeout_remove(mTimerId);
|
||||
|
||||
// NS_RELEASE(me);
|
||||
NS_RELEASE(me);
|
||||
}
|
||||
|
||||
gint nsTimerExpired(gpointer aCallData)
|
||||
|
||||
Reference in New Issue
Block a user