comparison src/specifier.c @ 1726:a8d8f419b459

[xemacs-hg @ 2003-09-30 15:26:34 by james] Add type information to xfree to avoid alias creation.
author james
date Tue, 30 Sep 2003 15:27:01 +0000
parents e22b0213b713
children ec2d1e636272
comparison
equal deleted inserted replaced
1725:7ff8f4d70aec 1726:a8d8f419b459
300 { 300 {
301 Lisp_Specifier *sp = (Lisp_Specifier *) header; 301 Lisp_Specifier *sp = (Lisp_Specifier *) header;
302 /* don't be snafued by the disksave finalization. */ 302 /* don't be snafued by the disksave finalization. */
303 if (!for_disksave && !GHOST_SPECIFIER_P(sp) && sp->caching) 303 if (!for_disksave && !GHOST_SPECIFIER_P(sp) && sp->caching)
304 { 304 {
305 xfree (sp->caching); 305 xfree (sp->caching, struct specifier_caching *);
306 sp->caching = 0; 306 sp->caching = 0;
307 } 307 }
308 } 308 }
309 309
310 static int 310 static int