Skip to content

Commit 7f27c7e

Browse files
committed
Merge branch 'master' of ../libsass into python
2 parents 475ea0a + fff5381 commit 7f27c7e

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)