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 10b79d786b
commit 6227c72e6a

View File

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