Skip to content

Commit

Permalink
fixed memoryleak in api_test
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed May 8, 2023
1 parent d7a2881 commit dc65612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FrogAPI.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -3085,6 +3085,7 @@ void FrogAPI::run_api_tests( const string& testName ){
*outS << w->text() << ": " << morphs << " :: " << compounds << endl;
}
*outS << "DEEP_MORPH test DONE " << endl;
delete doc;
}
}
*outS << "Done with:" << testName << endl;
Expand Down

0 comments on commit dc65612

Please sign in to comment.