You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
versions of stuff
npm -v
):5.1.0
node -v
):v8.1.3
node -p process.versions
):node -p process.platform
):darwin
node -p process.arch
):x64
node -p "require('node-sass').info"
):Issue
Using custom functions results in unbounded growth, for example:
When inspecting the process (limiting to only one
renderSync
it appears \w leak is of arguments and returns values.using:
Relevant Malloc traces
ExtractOptions allocates strings via
create_string
but does not free thempre_process_args appears to allocate SassTypes (and strings within them) but it appears they are not free'd
The text was updated successfully, but these errors were encountered: