summaryrefslogtreecommitdiff
path: root/hw/dmx/dmxsync.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/dmx/dmxsync.c')
-rw-r--r--hw/dmx/dmxsync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dmx/dmxsync.c b/hw/dmx/dmxsync.c
index 2cec1b97c..2c7ccb837 100644
--- a/hw/dmx/dmxsync.c
+++ b/hw/dmx/dmxsync.c
@@ -159,7 +159,7 @@ void dmxSync(DMXScreenInfo *dmxScreen, Bool now)
* 2) freed, if it was on a queue (dmxSyncPending != 0), or
* 3) allocated, if it wasn't on a queue (dmxSyncPending == 0)
*/
- if (dmxSyncTimer && !dmxSyncPending) xfree(dmxSyncTimer);
+ if (dmxSyncTimer && !dmxSyncPending) free(dmxSyncTimer);
dmxSyncTimer = NULL;
now = TRUE;
dmxGeneration = serverGeneration;