Skip to content

Commit c991225

Browse files
committed
Fix invalid conflict resolving for memory freeing
1 parent a7f92f6 commit c991225

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/sass_context.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -569,11 +569,6 @@ extern "C" {
569569
free(options->include_path);
570570
free(options->source_map_file);
571571
free(options->source_map_root);
572-
// Free custom functions
573-
free(options->c_functions);
574-
// Free custom importers
575-
free(options->c_importers);
576-
free(options->c_headers);
577572
// Reset our pointers
578573
options->input_path = 0;
579574
options->output_path = 0;

0 commit comments

Comments
 (0)