зеркало из https://github.com/mozilla/pjs.git
Bug 758890 - Destroy the TableTicker object when the profiler is stopped; r=BenWa
This commit is contained in:
Родитель
4eb4d16eca
Коммит
b8e266841c
|
@ -788,6 +788,7 @@ void mozilla_sampler_stop()
|
|||
}
|
||||
|
||||
t->Stop();
|
||||
delete t;
|
||||
tlsTicker.set(NULL);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче