We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
libsass/src/permutate.hpp
Lines 20 to 35 in 4da7c4b
As shown above, memory allocated at Line 27 is not released at Line 32 but the function returns.
The text was updated successfully, but these errors were encountered:
Fix possible memory leak in permutation function
9064c51
Fixes sass#3014
0537dd2
Thanks, good catch. Addressed with #3015
Sorry, something went wrong.
mgreter
Successfully merging a pull request may close this issue.
libsass/src/permutate.hpp
Lines 20 to 35 in 4da7c4b
As shown above, memory allocated at Line 27 is not released at Line 32 but the function returns.
The text was updated successfully, but these errors were encountered: