[Groonga-commit] nroonga/nroonga at c4e8c9a [master] Add TODO. Because segmentation fault occurs.

Back to archive index

abetomo null+****@clear*****
Thu Sep 7 17:30:02 JST 2017


abetomo	2017-09-07 17:30:02 +0900 (Thu, 07 Sep 2017)

  New Revision: c4e8c9ae2b90b9ce1457ebfde1b5336993027c2d
  https://github.com/nroonga/nroonga/commit/c4e8c9ae2b90b9ce1457ebfde1b5336993027c2d

  Merged e41f6af: Merge pull request #17 from abetomo/fix_callback

  Message:
    Add TODO. Because segmentation fault occurs.

  Modified files:
    src/nroonga.cc

  Modified: src/nroonga.cc (+2 -1)
===================================================================
--- src/nroonga.cc    2017-09-07 17:28:32 +0900 (3f27ab0)
+++ src/nroonga.cc    2017-09-07 17:30:02 +0900 (57caa32)
@@ -122,7 +122,8 @@ void Database::CommandAfter(uv_work_t* req) {
   Nan::Callback callback(Nan::New<v8::Function>(baton->callback));
   callback.Call(2, argv);
 
-  grn_ctx_fin(&baton->context);
+  // TODO: segmentation fault occurs. No need?
+  // grn_ctx_fin(&baton->context);
   delete baton;
 }
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170907/66f0a7c4/attachment-0001.htm 



More information about the Groonga-commit mailing list
Back to archive index