Skip to content

Commit 1e83e0a

Browse files
committed
Addd missing cleanup_diges_hash()
1 parent 31be19d commit 1e83e0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/perfschema/pfs_server.cc

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ static void cleanup_performance_schema(void)
192192
cleanup_program_hash();
193193
cleanup_table_share_hash();
194194
cleanup_file_hash();
195+
cleanup_digest_hash();
195196

196197
/*
197198
Then the lookup tables

0 commit comments

Comments
 (0)