mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 758890 - Destroy the TableTicker object when the profiler is stopped; r=BenWa
This commit is contained in:
parent
e5e2798c42
commit
2859b240a3
@ -788,6 +788,7 @@ void mozilla_sampler_stop()
|
||||
}
|
||||
|
||||
t->Stop();
|
||||
delete t;
|
||||
tlsTicker.set(NULL);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user