Mercurial > hg > xemacs-beta
comparison src/process.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 | 13a418960a88 |
comparison
equal
deleted
inserted
replaced
1725:7ff8f4d70aec | 1726:a8d8f419b459 |
---|---|
199 | 199 |
200 if (p->process_data) | 200 if (p->process_data) |
201 { | 201 { |
202 MAYBE_PROCMETH (finalize_process_data, (p, for_disksave)); | 202 MAYBE_PROCMETH (finalize_process_data, (p, for_disksave)); |
203 if (!for_disksave) | 203 if (!for_disksave) |
204 xfree (p->process_data); | 204 xfree (p->process_data, void *); |
205 } | 205 } |
206 } | 206 } |
207 | 207 |
208 DEFINE_LRECORD_IMPLEMENTATION ("process", process, | 208 DEFINE_LRECORD_IMPLEMENTATION ("process", process, |
209 0, /*dumpable-flag*/ | 209 0, /*dumpable-flag*/ |