From a153e2624e9e3e7b06fad207e8855bea617ac088 Mon Sep 17 00:00:00 2001 From: Kaleb Keithley Date: Wed, 26 Nov 2003 22:49:11 +0000 Subject: merge latest (4.3.99.16) from XFree86 (vendor) branch --- geometry.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'geometry.c') diff --git a/geometry.c b/geometry.c index 2cffc33..6a249de 100644 --- a/geometry.c +++ b/geometry.c @@ -24,7 +24,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. ********************************************************/ -/* $XFree86: xc/programs/xkbcomp/geometry.c,v 1.4 2002/06/05 00:00:37 dawes Exp $ */ +/* $XFree86: xc/programs/xkbcomp/geometry.c,v 1.5 2003/08/06 14:04:05 eich Exp $ */ #include "xkbcomp.h" #include "tokens.h" @@ -280,11 +280,11 @@ PropertyInfo * next; info->nProps= 0; } for (tmp=pi;tmp!=NULL;tmp=next) { - if (pi->name) - uFree(pi->name); - if (pi->value) - uFree(pi->value); - pi->name= pi->value=NULL; + if (tmp->name) + uFree(tmp->name); + if (tmp->value) + uFree(tmp->value); + tmp->name= tmp->value=NULL; next= (PropertyInfo *)tmp->defs.next; uFree(tmp); } -- cgit v1.2.3