- fixed bug in memory reallocation

This commit is contained in:
Jan Hutter
2005-11-10 09:31:07 +00:00
parent 67a57dc6f4
commit c7748338f2
5 changed files with 63 additions and 25 deletions
+2 -2
View File
@@ -180,8 +180,8 @@ socket_t *global_socket;
tester_t *tester = tester_create(test_output, FALSE);
tester->perform_tests(tester,all_tests);
/* tester->perform_test(tester,&generator_test2); */
/* tester->perform_tests(tester,all_tests);*/
tester->perform_test(tester,&generator_test2);
tester->destroy(tester);