Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 64ea6fb

Browse files
committed
Destroy PostProcessMan on exit - fixes some leaks though it doesn't matter much
1 parent e4df9be commit 64ea6fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ namespace RTE {
9595
g_AudioMan.Destroy();
9696
g_PresetMan.Destroy();
9797
g_UInputMan.Destroy();
98+
g_PostProcessMan.Destroy();
9899
g_FrameMan.Destroy();
99100
g_TimerMan.Destroy();
100101
g_LuaMan.Destroy();

0 commit comments

Comments
 (0)