Skip to content

Commit

Permalink
cleanup(userspace/falco): reset s_timerid_exists at stats_writer tear…
Browse files Browse the repository at this point in the history
…down

Co-authored-by: Andrea Terzolo <[email protected]>
Signed-off-by: Melissa Kilby <[email protected]>
  • Loading branch information
2 people authored and poiana committed Oct 6, 2023
1 parent d28f43c commit 32b7ccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userspace/falco/stats_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ stats_writer::~stats_writer()
if (s_timerid_exists)
{
timer_delete(s_timerid);
s_timerid_exists = false;
}
#endif
}
Expand Down

0 comments on commit 32b7ccd

Please sign in to comment.