Bug 614762: Null autoptr instead of release. r=jrmuizel a=blocking-beta8

This commit is contained in:
Bas Schouten 2010-11-26 00:18:56 +01:00
Родитель 617aa38fa5
Коммит 74fdc22276
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -522,7 +522,7 @@ DeviceManagerD3D9::VerifyReadyForRendering()
mSwapChains[i]->Reset();
}
mVB->Release();
mVB = nsnull;
D3DPRESENT_PARAMETERS pp;
memset(&pp, 0, sizeof(D3DPRESENT_PARAMETERS));