[Groonga-commit] groonga/groonga at a462547 [master] db: fix memory leak

Back to archive index

naoa null+****@clear*****
Mon Apr 11 11:09:35 JST 2016


naoa	2016-04-11 11:09:35 +0900 (Mon, 11 Apr 2016)

  New Revision: a462547125d66c1fd46f78f63b0be14f13ed6165
  https://github.com/groonga/groonga/commit/a462547125d66c1fd46f78f63b0be14f13ed6165

  Merged fa2e96d: Merge pull request #527 from naoa/fix-memory-leak-table-group-single-key

  Message:
    db: fix memory leak

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -0)
===================================================================
--- lib/db.c    2016-04-11 00:51:08 +0900 (eb7c618)
+++ lib/db.c    2016-04-11 11:09:35 +0900 (1184d5d)
@@ -3745,6 +3745,7 @@ grn_table_group_single_key_records(grn_ctx *ctx, grn_obj *table,
     }
     grn_table_cursor_close(ctx, tc);
   }
+  GRN_OBJ_FIN(ctx, &value_buffer);
   grn_obj_close(ctx, &bulk);
 }
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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