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:
troy%netscape.com
1998-08-10 17:32:57 +00:00
parent e4a8306fd3
commit 1a7be428bd

View File

@@ -99,8 +99,6 @@ ImageSystemServicesImpl::SetTimeout(ilTimeoutCallbackFunction aFunc,
return nsnull;
}
NS_ADDREF(timer);
return (void *)timer;
}