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

fix memory leaks from Tx #233

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

joacohoyos
Copy link

Following the lines of Jshy in this #232. I'm trying to help in fixing the memory leaks related to the usage of the CML.

This pr addresses all the memory freeing for the Tx class.

The freeable entity is the same added by @yHSJ in his PR. Also moved some functions to an util folder that I think are better than having them as free function in the same file as the class.

@yHSJ
Copy link

yHSJ commented Nov 4, 2023

This should be closed in favor of #234

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