Bug 758890 - Destroy the TableTicker object when the profiler is stopped; r=BenWa

This commit is contained in:
Ehsan Akhgari 2012-05-31 19:38:49 -04:00
Родитель 4eb4d16eca
Коммит b8e266841c
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -788,6 +788,7 @@ void mozilla_sampler_stop()
}
t->Stop();
delete t;
tlsTicker.set(NULL);
}