Skip to content

Commit

Permalink
FIX Memory leak (thanks to bwilk7).
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-martins committed Sep 15, 2014
1 parent 017b6d2 commit 01e13f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts_srl/evaluator
Submodule evaluator updated from b43ebd to 5a9318
2 changes: 1 addition & 1 deletion src/classifier/Pipe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ void Pipe::Run() {
if (formatted_instance != instance) delete formatted_instance;
delete output_instance;
delete instance;

instance = reader_->GetNext();
++num_instances;
}
Expand Down

0 comments on commit 01e13f5

Please sign in to comment.