We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sass_free_memory
1 parent e340781 commit 4e89f57Copy full SHA for 4e89f57
docs/api-doc.md
@@ -129,6 +129,7 @@ is not destroyed (`sass_delete_context`). LibSass will create copies of most
129
inputs/options beside the main sass code. You need to allocate and fill that
130
buffer before passing it to LibSass. You may also overtake memory management
131
from libsass for certain return values (i.e. `sass_context_take_output_string`).
132
+Make sure to free it via `sass_free_memory`.
133
134
```C
135
// to allocate buffer to be filled
0 commit comments