summaryrefslogtreecommitdiff
path: root/hw/xfree86/parser/Input.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2009-04-06 17:56:49 -0400
committerAdam Jackson <ajax@redhat.com>2009-04-06 17:56:49 -0400
commit69e73e5ce0e3971eceed71216d2d7e7d9cd57cc2 (patch)
treea111f244f220f5146c6c8d07db084c2b57ca2e8e /hw/xfree86/parser/Input.c
parent485946120a6522db9298111752de9be3d675e0b3 (diff)
config: Remove useless xf86conf{{m,c,re}alloc},free} macros
Diffstat (limited to 'hw/xfree86/parser/Input.c')
-rw-r--r--hw/xfree86/parser/Input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/parser/Input.c b/hw/xfree86/parser/Input.c
index 3d9801968..4e3c04e53 100644
--- a/hw/xfree86/parser/Input.c
+++ b/hw/xfree86/parser/Input.c
@@ -163,7 +163,7 @@ xf86freeInputList (XF86ConfInputPtr ptr)
prev = ptr;
ptr = ptr->list.next;
- xf86conffree (prev);
+ free (prev);
}
}