diff --git a/mert/mert.cpp b/mert/mert.cpp index b0ea491bb..cc993a924 100755 --- a/mert/mert.cpp +++ b/mert/mert.cpp @@ -364,6 +364,7 @@ int main (int argc, char **argv) bestP = (*i)->getPoint(); best = score; } + delete *i; } mean/=(float)ntry;