Skip to content

Commit

Permalink
fix: address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo authored and poiana committed Aug 6, 2024
1 parent 8782718 commit ffba940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/falcosecurity/table.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ class table_entry
if(m_entry && m_reader->m_reader)
{
m_reader->m_reader->release_table_entry(m_table, m_entry);
m_entry = nullptr;
}
}

Expand Down

0 comments on commit ffba940

Please sign in to comment.