The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .
Is anyone else seeing this?Minimize Code::BlocksRight click -> Close
/** @bug This is a dumb nasty bug. If ProjectManager is freed after ToolsManager, we get a crash. Seems like wxRemoveEventHandler doesn't work correctly (it doesn't NULL the prev event handler pointer) */
ToolsManager::Free(); /* stuff */ PluginManager::Free();