From 9e3c4ad779e2f9fd9f8f8530326d7f8d55bff12a Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 28 Jun 2011 11:24:54 +0800 Subject: fixes a typo in prune tool --- utils/training/prune_k_mixture_model.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils') diff --git a/utils/training/prune_k_mixture_model.cpp b/utils/training/prune_k_mixture_model.cpp index 8c7686d..8ae6992 100644 --- a/utils/training/prune_k_mixture_model.cpp +++ b/utils/training/prune_k_mixture_model.cpp @@ -153,5 +153,7 @@ int main(int argc, char * argv[]){ assert(bigram.remove(*token)); } + g_array_free(items, TRUE); + return 0; } -- cgit