зеркало из https://github.com/mozilla/pjs.git
fix crash loading news message with images, sr=mscott, regression from news url handling patch, 389038
This commit is contained in:
Родитель
b71961df8a
Коммит
f9ff208fd5
|
@ -610,7 +610,7 @@ nsNntpService::DecomposeNewsMessageURI(const char * aMessageURI, nsIMsgFolder **
|
|||
nsCOMPtr <nsIMsgFolder> folder = do_QueryInterface(child, &rv);
|
||||
NS_ENSURE_SUCCESS(rv,rv);
|
||||
|
||||
*aFolder = folder;
|
||||
NS_IF_ADDREF(*aFolder = folder);
|
||||
*aMsgKey = key;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче