Skip to content

Commit

Permalink
closed memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
xLPMG committed Jan 8, 2024
1 parent d5c6a6a commit 1eb9a15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imgui.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pos=536,59
Size=550,526

[Window][Welcome to the Tsunami Simulator GUI!]
Pos=1083,109
Pos=781,109
Size=360,395

[Window][Simulation parameters]
Expand All @@ -18,4 +18,5 @@ Size=159,146
[Window][Runtime Customization]
Pos=82,151
Size=762,549
Collapsed=1

2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ int main(int i_argc,
return launcher->start("");
}
#endif

delete launcher;
}

0 comments on commit 1eb9a15

Please sign in to comment.