diff --git a/mailnews/imap/src/nsImapUrl.cpp b/mailnews/imap/src/nsImapUrl.cpp index a5435b29cb7a..b227dc41e044 100644 --- a/mailnews/imap/src/nsImapUrl.cpp +++ b/mailnews/imap/src/nsImapUrl.cpp @@ -431,7 +431,7 @@ void nsImapUrl::ReconstructSpec(void) PRBool nsImapUrl::Equals(const nsIURL* aURL) const { PRBool bIsEqual; - nsImapUrl* other; + nsImapUrl* other = nsnull; NS_LOCK_INSTANCE(); // are they both imap urls?? if yes...for now just compare the pointers until // I figure out if we need to check any of the guts for