Bug 578500: Clear mTarget at the end of a transaction. r=roc

This commit is contained in:
Bas Schouten 2010-07-14 00:19:43 +02:00
Родитель d53399f950
Коммит a2b4191bd4
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -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