зеркало из https://github.com/mozilla/pjs.git
Bug 614762: Null autoptr instead of release. r=jrmuizel a=blocking-beta8
This commit is contained in:
Родитель
617aa38fa5
Коммит
74fdc22276
|
@ -522,7 +522,7 @@ DeviceManagerD3D9::VerifyReadyForRendering()
|
|||
mSwapChains[i]->Reset();
|
||||
}
|
||||
|
||||
mVB->Release();
|
||||
mVB = nsnull;
|
||||
|
||||
D3DPRESENT_PARAMETERS pp;
|
||||
memset(&pp, 0, sizeof(D3DPRESENT_PARAMETERS));
|
||||
|
|
Загрузка…
Ссылка в новой задаче