Commit 0ce3a026 by Dean Mao

remember to free memory

parent 070604a7
...@@ -37,6 +37,7 @@ void MakeCallback(uv_work_t* req) { ...@@ -37,6 +37,7 @@ void MakeCallback(uv_work_t* req) {
if (try_catch.HasCaught()) { if (try_catch.HasCaught()) {
node::FatalException(try_catch); node::FatalException(try_catch);
} }
sass_free_context(ctx);
} }
Handle<Value> Render(const Arguments& args) { Handle<Value> Render(const Arguments& args) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment