Revert "src: call uv_loop_delete() on exit in debug mode"
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 30 Aug 2013 21:28:22 +0000 (23:28 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 30 Aug 2013 21:28:22 +0000 (23:28 +0200)
commit10ccbd501f8a3122f0fa7359d1afc0d02da1af36
treea09f99d5bc01b825dd7b33a78e8154c070d4731f
parentbbed881ec413e8d6d266152c218ebee702d4d526
Revert "src: call uv_loop_delete() on exit in debug mode"

Don't call uv_loop_delete() until we've figured out a way to gracefully
close open handles.  See also commit 4915884 and its subsequent revert
in commit 980cbd5.

This reverts commit 556b890ad91780c52c77dccaddcf69beb8184e27.
src/node.cc