Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@hunch.net>2014-12-27 18:42:47 +0300
committerJohn Langford <jl@hunch.net>2014-12-27 18:42:47 +0300
commit0756521558967dc87341377a69185adb1d9c14b9 (patch)
treeed208f23078ecb7141a4a796ae35b21954a55f6d
parent94ccb90d4ed5c413e3db8f7ffb82cb568d421621 (diff)
remove & from setup
-rw-r--r--vowpalwabbit/learner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/learner.h b/vowpalwabbit/learner.h
index a17e900e..45815bcc 100644
--- a/vowpalwabbit/learner.h
+++ b/vowpalwabbit/learner.h
@@ -132,7 +132,7 @@ namespace LEARNER
{finisher_fd.func(finisher_fd.data); free(finisher_fd.data); }
if (finisher_fd.base) {
finisher_fd.base->finish();
- delete finisher_fd.base;
+ free(finisher_fd.base);
}
}