mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 758890 - Destroy the TableTicker object when the profiler is stopped; r=BenWa
This commit is contained in:
parent
10b79d786b
commit
6227c72e6a
@ -788,6 +788,7 @@ void mozilla_sampler_stop()
|
||||
}
|
||||
|
||||
t->Stop();
|
||||
delete t;
|
||||
tlsTicker.set(NULL);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user