summaryrefslogtreecommitdiff
path: root/storage/maria/unittest/trnman-t.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/maria/unittest/trnman-t.c')
-rw-r--r--storage/maria/unittest/trnman-t.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/maria/unittest/trnman-t.c b/storage/maria/unittest/trnman-t.c
index 43cf982a7f2..5d27fe39d14 100644
--- a/storage/maria/unittest/trnman-t.c
+++ b/storage/maria/unittest/trnman-t.c
@@ -99,7 +99,7 @@ void run_test(const char *test, pthread_handler handler, int n, int m)
pthread_join(threads[i], 0);
now= my_getsystime()-now;
ok(litmus == 0, "Tested %s in %g secs (%d)", test, ((double)now)/1e7, litmus);
- my_free((void*)threads, MYF(0));
+ my_free(threads);
}
#define ok_read_from(T1, T2, RES) \
@@ -173,3 +173,4 @@ int main(int argc __attribute__((unused)), char **argv)
return exit_status();
}
+#include "../ma_check_standalone.h"