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

C: IronDomo broker leaks memory #2

Open
JoergSchneiderSimon opened this issue Feb 7, 2022 · 0 comments
Open

C: IronDomo broker leaks memory #2

JoergSchneiderSimon opened this issue Feb 7, 2022 · 0 comments

Comments

@JoergSchneiderSimon
Copy link

in s_broker_worker_msg()
zframe_t * command is not properly released.
in idbrokerapi.h:282 free() is called on the zframe pointer. This should be zframe_destroy().

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