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

Ensure all memory is deallocated when no longer needed #44

Open
cjheppell opened this issue Nov 6, 2015 · 0 comments
Open

Ensure all memory is deallocated when no longer needed #44

cjheppell opened this issue Nov 6, 2015 · 0 comments

Comments

@cjheppell
Copy link
Contributor

Some tests don't properly deallocate memory. There tends to be calls to X_Construct functions and sometimes no corresponding X_Destruct calls. This causes memory leaks.

We should ensure that anywhere memory is allocated (be it with Xalloc type calls or using X_Construct calls), we should free it up in the appropriate way when it is no longer required.

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