diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-02-15 10:44:30 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-02-17 07:52:33 -0500 |
| commit | ccaa4cced2f30ed6807f966b6dd2e7f44a56f498 (patch) | |
| tree | 85d416ae0b4b85797d2b767a79b481237c1c8457 /lib/wheel.c | |
| parent | cc8910fdc552181e8dc68b648ce8ed61ec2e30ac (diff) | |
pimd: Ensure timers are stopped on instance shutdown
The pim_upstream data structure has a ref count that is
not properly being incremented/decremented and when an
instance is removed this is causing crashes because timers
are still popping afterwords on data structures that are
now freed.
Since getting the ref count code is extremely hard and
we know that this crash is happening, add a bit of code
to prevent the timers from popping at all when we go
through and free up other data structures that we
are pointing at.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/wheel.c')
0 files changed, 0 insertions, 0 deletions
