Skip to content

Commit

Permalink
fix(userspace/libsinsp): set filtercheck list desturctor as virtual
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
  • Loading branch information
jasondellaluce authored and poiana committed Jun 7, 2023
1 parent a8520c1 commit 4db06c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/libsinsp/filter_check_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class filter_check_list
{
public:
filter_check_list();
~filter_check_list();
virtual ~filter_check_list();
void add_filter_check(sinsp_filter_check* filter_check);
void get_all_fields(std::vector<const filter_check_info*>& list);
sinsp_filter_check* new_filter_check_from_another(sinsp_filter_check *chk);
Expand Down

0 comments on commit 4db06c6

Please sign in to comment.