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 ebe85bb7da
commit 6e695392b5

View File

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