mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
fd3224cbed
commit
1d2cb689af
4 changed files with 123 additions and 118 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue