Mercurial > hg > xemacs-beta
diff src/text.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 | 969b7290edca |
children | 04bc9d2f42c7 |
line wrap: on
line diff
--- a/src/text.c Mon Sep 29 21:53:04 2003 +0000 +++ b/src/text.c Tue Sep 30 15:27:01 2003 +0000 @@ -3344,7 +3344,7 @@ vals = Dynarr_atp (active_dfc_e2c, i); assert (alloca_data); memcpy (alloca_data, vals->dst, vals->dst_size + 2); - xfree (vals->dst); + xfree (vals->dst, void *); Dynarr_delete (active_dfc_e2c, i); return alloca_data; }