diff options
| author | Gertjan van den Burg <burg@ese.eur.nl> | 2014-06-12 11:49:39 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <burg@ese.eur.nl> | 2014-06-12 11:49:39 +0200 |
| commit | f226aea54c5d0b64afe4ab07ecc27d639b94c1e1 (patch) | |
| tree | f9cecc05999f48a6dcdccf2007ee1db0c74f86cd /src/trainMSVMMajdataset.c | |
| parent | fixed merge (diff) | |
| download | gensvm-f226aea54c5d0b64afe4ab07ecc27d639b94c1e1.tar.gz gensvm-f226aea54c5d0b64afe4ab07ecc27d639b94c1e1.zip | |
work on reallocation of model and work on bugfix free
Diffstat (limited to 'src/trainMSVMMajdataset.c')
| -rw-r--r-- | src/trainMSVMMajdataset.c | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
