Removed an extra NS_ADDREF call that was keeping the timer object from
ever getting freed git-svn-id: svn://10.0.0.236/trunk@7661 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -99,8 +99,6 @@ ImageSystemServicesImpl::SetTimeout(ilTimeoutCallbackFunction aFunc,
|
||||
return nsnull;
|
||||
}
|
||||
|
||||
NS_ADDREF(timer);
|
||||
|
||||
return (void *)timer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user