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 leak in src/digest.cpp #1

Merged
merged 1 commit into from
Nov 24, 2018
Merged

Conversation

glebm
Copy link
Contributor

@glebm glebm commented Nov 20, 2018

The char * returned by sass_compiler_find_file was never freed.

This is required for libsass CI to pass, because ASAN is now enabled for one of the builds.

The `char *` returned by `sass_compiler_find_file` was never freed.
@mgreter mgreter merged commit 09cf332 into mgreter:master Nov 24, 2018
@glebm glebm deleted the fix-memleak branch November 24, 2018 13:02
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