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

Is there a function to free resources allocated by ipc_binary_proto_new() ? #217

Open
pkopylov opened this issue Apr 7, 2023 · 0 comments

Comments

@pkopylov
Copy link

pkopylov commented Apr 7, 2023

The function ipc_binary_proto_new() allocates data of the internally declared type that has a field named 'cmds'. This field contains a pointer to the dynamically either allocated or deallocated region by ipc_binary_proto_add_cmd().

It looks like there isn't a function that is intended to free resources allocated by both functions mentioned above.

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