From 10ccbd501f8a3122f0fa7359d1afc0d02da1af36 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Fri, 30 Aug 2013 23:28:22 +0200 Subject: [PATCH] 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node.cc b/src/node.cc index b8270f7e758..18f23a5874e 100644 --- a/src/node.cc +++ b/src/node.cc @@ -3179,7 +3179,6 @@ int Start(int argc, char *argv[]) { #ifndef NDEBUG // Clean up. Not strictly necessary. V8::Dispose(); - uv_loop_delete(uv_default_loop()); #endif // NDEBUG // Clean up the copy: