Bug 1270328 - Fix use-after-forget in WebSocket. r=mcmanus

This commit is contained in:
Jed Davis 2016-05-04 19:22:00 -04:00
Родитель 6d9b00c84d
Коммит 1f75ae7708
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1758,6 +1758,7 @@ WebSocketChannel::ProcessInput(uint8_t *buffer, uint32_t count)
// We send the frame immediately becuase we want to have it dispatched
// before the CallOnServerClose.
mService->FrameReceived(mSerial, mInnerWindowID, frame.forget());
frame = nullptr;
}
if (mListenerMT) {