summaryrefslogtreecommitdiff
path: root/hw/xwin/windialogs.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xwin/windialogs.c')
-rwxr-xr-xhw/xwin/windialogs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/windialogs.c b/hw/xwin/windialogs.c
index a8153535f..3ec9b78ff 100755
--- a/hw/xwin/windialogs.c
+++ b/hw/xwin/windialogs.c
@@ -365,7 +365,7 @@ winExitDlgProc (HWND hDialog, UINT message,
/* Set the number of connected clients */
SetWindowText (GetDlgItem (hDialog, IDC_CLIENTS_CONNECTED),
pszConnectedClients);
- xfree (pszConnectedClients);
+ free(pszConnectedClients);
}
return TRUE;