Skip to content

Commit 5853e3f

Browse files
committed
[CEXT-Dan#422] improve uninitWxApp
1 parent 9540170 commit 5853e3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PyRxCore/PyRxApp.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,9 @@ static bool uninitWxApp()
177177
{
178178
wxXmlResource::Get()->ClearHandlers();
179179
delete wxXmlResource::Get();
180+
#ifdef GRXAPP
180181
wxEntryCleanup();
182+
#endif
181183
return true;
182184
}
183185

0 commit comments

Comments
 (0)