From c49f1a80d6ea67eaa2d654e2aa8cac9889374aa6 Mon Sep 17 00:00:00 2001 From: Max Neunhoeffer Date: Tue, 10 Jun 2014 16:04:30 +0200 Subject: [PATCH] Went through all TRI_doc_mptr\(_copy\)_t ... ... to see whether _copy is needed. --- arangod/V8Server/v8-query.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/arangod/V8Server/v8-query.cpp b/arangod/V8Server/v8-query.cpp index bb44ce42e4..13c3ce855b 100644 --- a/arangod/V8Server/v8-query.cpp +++ b/arangod/V8Server/v8-query.cpp @@ -2652,8 +2652,6 @@ static v8::Handle JS_LastQuery (v8::Arguments const& argv) { } else { if (n == 0) { - trx.finish(res); - return scope.Close(v8::Null()); }