diff options
Diffstat (limited to 'hw/xwin/winerror.c')
-rw-r--r-- | hw/xwin/winerror.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xwin/winerror.c b/hw/xwin/winerror.c index 191b9a921..2ff65bc9d 100644 --- a/hw/xwin/winerror.c +++ b/hw/xwin/winerror.c @@ -145,8 +145,8 @@ winMessageBoxF (const char *pszError, UINT uType, ...) winMessageBoxF_Cleanup: if (pszErrorF) - xfree (pszErrorF); + free(pszErrorF); if (pszMsgBox) - xfree (pszMsgBox); + free(pszMsgBox); #undef MESSAGEBOXF } |