Skip to content

Commit

Permalink
Merge pull request sass#1450 from sass/revert-1446-issue-1443
Browse files Browse the repository at this point in the history
Revert "MemoryManager: Use free instead of delete."
  • Loading branch information
xzyfer committed Aug 17, 2015
2 parents 7442fdc + 8b71ccc commit b432339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memory_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace Sass {
// remove from pool
remove(np);
// release memory
free(np);
delete np;
}

// compile implementation for AST_Node
Expand Down

0 comments on commit b432339

Please sign in to comment.