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.
1 parent 657809b commit 6de5050Copy full SHA for 6de5050
src/sass_context.cpp
@@ -569,11 +569,6 @@ extern "C" {
569
free(options->include_path);
570
free(options->source_map_file);
571
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);
577
// Reset our pointers
578
options->input_path = 0;
579
options->output_path = 0;
0 commit comments