Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug report] function "handle_control_packet_out" memory leak #289

Open
davidmpc opened this issue Oct 19, 2018 · 0 comments
Open

[bug report] function "handle_control_packet_out" memory leak #289

davidmpc opened this issue Oct 19, 2018 · 0 comments

Comments

@davidmpc
Copy link

There is a memory leak in function "handle_control_packet_out", it doesn't free the data malloced in the packet out message.
At the end of the function, ofl_msg_free_packet_out(msg, false, dp->exp); has to be modified to ofl_msg_free_packet_out(msg, true, dp->exp);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant