Skip to content

Commit fff5381

Browse files
committed
Don't free output_path
output_path field isn't made by libsass, so it should not be free by sass_free_folder_context() function.
1 parent b3e7210 commit fff5381

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sass_interface.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ extern "C" {
3939

4040
void sass_free_folder_context(sass_folder_context* ctx)
4141
{
42-
if (ctx->output_path) free(ctx->output_path);
4342
if (ctx->error_message) free(ctx->error_message);
4443

4544
free(ctx);

0 commit comments

Comments
 (0)