Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/specifier.c Mon Sep 29 21:53:04 2003 +0000 +++ b/src/specifier.c Tue Sep 30 15:27:01 2003 +0000 @@ -302,7 +302,7 @@ /* don't be snafued by the disksave finalization. */ if (!for_disksave && !GHOST_SPECIFIER_P(sp) && sp->caching) { - xfree (sp->caching); + xfree (sp->caching, struct specifier_caching *); sp->caching = 0; } }