Skip to content

Commit d7a2881

Browse files
committed
fixed another minor leak
1 parent 5c7af63 commit d7a2881

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Frog.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@ int main(int argc, char *argv[]) {
242242
}
243243
catch ( const exception& e ){
244244
LOG << "fatal error: " << e.what() << endl;
245+
delete theErrLog;
246+
delete theDbgLog;
247+
delete the_dbg_stream;
245248
return EXIT_FAILURE;
246249
}
247250
delete theErrLog;

0 commit comments

Comments
 (0)