1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

compilation fixes

This commit is contained in:
Sergei Golubchik
2009-01-19 16:27:49 +01:00
parent e3da48ba69
commit 9aa2ada9d0
3 changed files with 4 additions and 2 deletions

View File

@ -262,7 +262,9 @@ void do_tests()
wt_thd_release_all(& thds[cnt].thd);
wt_thd_destroy(& thds[cnt].thd);
pthread_mutex_destroy(& thds[cnt].lock);
#ifndef DBUG_OFF
free(thds[cnt].thd.name);
#endif
}
pthread_mutex_unlock(&lock);
wt_end();