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-02-26 01:01:14 +0400
committerJohn Langford <jl@hunch.net>2014-02-26 01:01:14 +0400
commitb26fe54fc782b2dcc75ce3d49ac623a3e2193abe (patch)
treedd69b9f8eb2200e0ac61e2da9f2c38da6cbfa6d7 /vowpalwabbit/vwdll.cpp
parente9ee6dfa42b24273deea4e7a702f0d7b67fc9d92 (diff)
cleaner initialization for library to avoid memory leak
Diffstat (limited to 'vowpalwabbit/vwdll.cpp')
-rw-r--r--vowpalwabbit/vwdll.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/vowpalwabbit/vwdll.cpp b/vowpalwabbit/vwdll.cpp
index b8766457..2a4427fa 100644
--- a/vowpalwabbit/vwdll.cpp
+++ b/vowpalwabbit/vwdll.cpp
@@ -34,7 +34,6 @@ extern "C"
{
string s(pstrArgs);
vw* all = VW::initialize(s);
- initialize_parser_datastructures(*all);
return static_cast<VW_HANDLE>(all);
}