Kouhei Sutou
null+****@clear*****
Thu Oct 29 11:10:39 JST 2015
Kouhei Sutou 2015-10-29 11:10:39 +0900 (Thu, 29 Oct 2015) New Revision: 2186873529134c686861486961f87b43529fb035 https://github.com/mroonga/mroonga/commit/2186873529134c686861486961f87b43529fb035 Message: Fix a memory leak Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+1 -0) =================================================================== --- ha_mroonga.cpp 2015-10-29 11:09:10 +0900 (0899ae6) +++ ha_mroonga.cpp 2015-10-29 11:10:39 +0900 (2561f10) @@ -1874,6 +1874,7 @@ static int mrn_deinit(void *p) mysql_mutex_destroy(&mrn_open_tables_mutex); my_hash_free(&mrn_allocated_thds); mysql_mutex_destroy(&mrn_allocated_thds_mutex); + mysql_mutex_destroy(&mrn_operations_mutex); delete mrn_context_pool; mysql_mutex_destroy(&mrn_context_pool_mutex); delete mrn_db_manager; -------------- next part -------------- HTML����������������������������...Download