зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1036682 - Prevent LayerTransactionChild from sending messages after it has been destroyed. r=jrmuizel
This commit is contained in:
Родитель
0da28b71aa
Коммит
5b9e4409a2
|
@ -129,6 +129,7 @@ LayerTransactionChild::SendFenceHandle(AsyncTransactionTracker* aTracker,
|
|||
void
|
||||
LayerTransactionChild::ActorDestroy(ActorDestroyReason why)
|
||||
{
|
||||
mDestroyed = true;
|
||||
DestroyAsyncTransactionTrackersHolder();
|
||||
#ifdef MOZ_B2G
|
||||
// Due to poor lifetime management of gralloc (and possibly shmems) we will
|
||||
|
|
Загрузка…
Ссылка в новой задаче