зеркало из https://github.com/mozilla/gecko-dev.git
Bug 578500: Clear mTarget at the end of a transaction. r=roc
This commit is contained in:
Родитель
d53399f950
Коммит
a2b4191bd4
|
@ -246,6 +246,8 @@ LayerManagerD3D9::EndTransaction(DrawThebesLayerCallback aCallback,
|
|||
/* Clean this out for sanity */
|
||||
mCurrentCallbackInfo.Callback = NULL;
|
||||
mCurrentCallbackInfo.CallbackData = NULL;
|
||||
// Clear mTarget, next transaction could have no target
|
||||
mTarget = NULL;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Загрузка…
Ссылка в новой задаче