From 1a7be428bd49724ac96f11d8392b07991c01ef11 Mon Sep 17 00:00:00 2001 From: "troy%netscape.com" Date: Mon, 10 Aug 1998 17:32:57 +0000 Subject: [PATCH] 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 --- mozilla/gfx/src/nsImageSystemServices.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/mozilla/gfx/src/nsImageSystemServices.cpp b/mozilla/gfx/src/nsImageSystemServices.cpp index d957b160929..d3a689e1abe 100644 --- a/mozilla/gfx/src/nsImageSystemServices.cpp +++ b/mozilla/gfx/src/nsImageSystemServices.cpp @@ -99,8 +99,6 @@ ImageSystemServicesImpl::SetTimeout(ilTimeoutCallbackFunction aFunc, return nsnull; } - NS_ADDREF(timer); - return (void *)timer; }