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

Memory leak in tsk_tbl_collection_alloc #76

Closed
jeromekelleher opened this issue Jan 12, 2019 · 0 comments
Closed

Memory leak in tsk_tbl_collection_alloc #76

jeromekelleher opened this issue Jan 12, 2019 · 0 comments
Labels
bug Something isn't working C API Issue is about the C API

Comments

@jeromekelleher
Copy link
Member

The mutation table is being allocated twice. This results in 96 bytes being leaked each time tbl_collection_alloc is called.

It's not clear when then this leak was introduced, but it's certainly in the 0.1.1 release so we should update.

@jeromekelleher jeromekelleher added bug Something isn't working C API Issue is about the C API labels Jan 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working C API Issue is about the C API
Projects
None yet
Development

No branches or pull requests

1 participant