Bug 1036682 - Prevent LayerTransactionChild from sending messages after it has been destroyed. r=jrmuizel

This commit is contained in:
Nicolas Silva 2014-11-26 14:11:11 -08:00
Родитель 0da28b71aa
Коммит 5b9e4409a2
1 изменённых файлов: 1 добавлений и 0 удалений

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

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