From be8772f61474159dfc5a0eb215ff391ca38e328d Mon Sep 17 00:00:00 2001 From: "pnunn%netscape.com" Date: Fri, 11 Feb 2000 00:55:37 +0000 Subject: [PATCH] fix for bug#25021. r:neeti, rpotts. fix needed for pdt bugs. pnunn. git-svn-id: svn://10.0.0.236/trunk@60352 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/src/nsImageNetContextAsync.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/gfx/src/nsImageNetContextAsync.cpp b/mozilla/gfx/src/nsImageNetContextAsync.cpp index 91099c389b0..a452e6e4e8e 100644 --- a/mozilla/gfx/src/nsImageNetContextAsync.cpp +++ b/mozilla/gfx/src/nsImageNetContextAsync.cpp @@ -541,7 +541,7 @@ ImageNetContextImpl::Clone() //mReconnectArg is ImageGroup. If GetURL is triggered //by timer for animation, ImageGroup may have been unloaded //before timer kicks off. - mReconnectCallback=nsnull; mReconnectArg=nsnull; + //mReconnectCallback=nsnull; mReconnectArg=nsnull; if (NS_NewImageNetContext(&cx, group, mReconnectCallback, mReconnectArg) == NS_OK) {