Skip to content

Fix leak due to missing free after a host function call.#2

Merged
kateinoigakukun merged 1 commit into
swiftwasm:masterfrom
mjburghard:bugfix/malloc-leak
Mar 15, 2020
Merged

Fix leak due to missing free after a host function call.#2
kateinoigakukun merged 1 commit into
swiftwasm:masterfrom
mjburghard:bugfix/malloc-leak

Conversation

@mjburghard

Copy link
Copy Markdown
Contributor

_prepare_host_function_call calls malloc and returns a pointer which is not freed after the host function call is completed.

@kateinoigakukun kateinoigakukun left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Looks good to me 👍

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

Successfully merging this pull request may close these issues.

2 participants