Skip to content

Commit

Permalink
Bugfix for memory not being released in ipc example (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
xfoukas authored Nov 22, 2024
1 parent 9799d0e commit c0140d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/first_example_ipc/example_collect_control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ handle_channel_bufs(
{
std::cerr << "Failed to serialize message. Got return code: " << serialized_size << std::endl;
}

jbpf_io_channel_release_buf(bufs[i]);
}
}
}
Expand Down

0 comments on commit c0140d7

Please sign in to comment.