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
parent e5e2798c42
commit 2859b240a3

View File

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