From d2ae79d77679ccfc02ef5b8e42c16d398d874464 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 26 May 2010 07:52:44 +0000 Subject: xserver git update 26/5/2010 --- xorg-server/hw/xfree86/common/xf86Helper.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xorg-server/hw/xfree86/common/xf86Helper.c') diff --git a/xorg-server/hw/xfree86/common/xf86Helper.c b/xorg-server/hw/xfree86/common/xf86Helper.c index 1b9bd1f1e..0fa695a3a 100644 --- a/xorg-server/hw/xfree86/common/xf86Helper.c +++ b/xorg-server/hw/xfree86/common/xf86Helper.c @@ -330,6 +330,8 @@ xf86DeleteInput(InputInfoPtr pInp, int flags) if (pInp->private) free(pInp->private); + FreeInputAttributes(pInp->attrs); + /* Remove the entry from the list. */ if (pInp == xf86InputDevs) xf86InputDevs = pInp->next; -- cgit v1.2.3