git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59037
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
// we need an event loop which manages the list of event handlers with
// pending events... cannot proceed without it!
- wxLogDebug("No event loop is running!");
+ wxLogDebug("No event loop is running! Cannot queue this event!");
+
+ // anyway delete the given event to avoid memory leaks
+ delete event;
+
return;
}
{
// we need an event loop which manages the list of event handlers with
// pending events... cannot proceed without it!
- wxLogDebug("No event loop is running!");
+ wxLogDebug("No event loop is running! Cannot process pending events!");
return;
}