Bug 616591 followup to fix a comment., a=DONTBUILD

This commit is contained in:
Boris Zbarsky 2010-12-08 21:01:17 -05:00
Родитель 37984326e6
Коммит b8f0570173
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -534,7 +534,9 @@ nsHttpPipeline::Close(nsresult reason)
mResponseQ.Clear();
}
// we must no longer reference the connection!
// we must no longer reference the connection! This needs to come
// after we've closed all our transactions, since they might want
// connection info as they close.
NS_IF_RELEASE(mConnection);
}