baudehlo / node-fs-ext

Extras missing from node's fs module
MIT License
101 stars 45 forks source link

Remove unnecessary uv_ref and uv_unref calls #22

Closed ghost closed 11 years ago

ghost commented 11 years ago

Avoids the segfault mentioned in issue #21; uv_queue_work is handling the event loop reference counting on its own as of 0.8.x.

ghost commented 11 years ago

Sorry, here's what's actually different: https://github.com/browndav/node-fs-ext/commit/a3422dcf2249a689bea1a5c2da141dee8951c685

ghost commented 11 years ago

Will merge by hand.