CtrlCore: X11 Fixed issue with memory leaks causing segmentation fault without displaying the warning

git-svn-id: svn://ultimatepp.org/upp/trunk@4133 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-11-05 18:26:10 +00:00
parent fd3224cbed
commit 1d2cb689af
4 changed files with 123 additions and 118 deletions

View file

@ -19,6 +19,7 @@ void InstallPanicMessageBox(void (*mb)(const char *title, const char *text))
void PanicMessageBox(const char *title, const char *text)
{
PanicMode = true;
if(sPanicMessageBox)
(*sPanicMessageBox)(title, text);
else {