Mercurial > hg > xemacs-beta
comparison src/mule-coding.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 | 04bc9d2f42c7 |
comparison
equal
deleted
inserted
replaced
1725:7ff8f4d70aec | 1726:a8d8f419b459 |
---|---|
2970 static void | 2970 static void |
2971 iso2022_finalize_detection_state (struct detection_state *st) | 2971 iso2022_finalize_detection_state (struct detection_state *st) |
2972 { | 2972 { |
2973 struct iso2022_detector *data = DETECTION_STATE_DATA (st, iso2022); | 2973 struct iso2022_detector *data = DETECTION_STATE_DATA (st, iso2022); |
2974 if (data->iso) | 2974 if (data->iso) |
2975 xfree (data->iso); | 2975 xfree (data->iso, struct iso2022_coding_stream *); |
2976 } | 2976 } |
2977 | 2977 |
2978 | 2978 |
2979 /************************************************************************/ | 2979 /************************************************************************/ |
2980 /* CCL methods */ | 2980 /* CCL methods */ |