From f226aea54c5d0b64afe4ab07ecc27d639b94c1e1 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 12 Jun 2014 11:49:39 +0200 Subject: work on reallocation of model and work on bugfix free --- src/trainMSVMMajdataset.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/trainMSVMMajdataset.c') diff --git a/src/trainMSVMMajdataset.c b/src/trainMSVMMajdataset.c index 1929584..35f4611 100644 --- a/src/trainMSVMMajdataset.c +++ b/src/trainMSVMMajdataset.c @@ -112,10 +112,15 @@ int main(int argc, char **argv) consistency_repeats(q, training->repeats, training->traintype); } + printf("here 0\n"); free_queue(q); + printf("here 1\n"); free(training); + printf("here 2\n"); msvmmaj_free_data(train_data); + printf("here 3\n"); msvmmaj_free_data(test_data); + printf("here 4\n"); note("Done.\n"); return 0; -- cgit v1.2.3