fix crash loading news message with images, sr=mscott, regression from news url handling patch, 389038

This commit is contained in:
bienvenu%nventure.com 2007-07-22 01:40:26 +00:00
Родитель b71961df8a
Коммит f9ff208fd5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}
}