summaryrefslogtreecommitdiff
path: root/src/xg47_cmdlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xg47_cmdlist.c')
-rw-r--r--src/xg47_cmdlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xg47_cmdlist.c b/src/xg47_cmdlist.c
index 4c119df..1f8374c 100644
--- a/src/xg47_cmdlist.c
+++ b/src/xg47_cmdlist.c
@@ -138,7 +138,7 @@ void xg47_Cleanup(ScrnInfoPtr pScrn, struct xg47_CmdList *s_pCmdList)
s_pCmdList->command.ptr);
}
- xfree(s_pCmdList);
+ free(s_pCmdList);
}
}