Search:
Login
Help/Guide
About Trac
Register
Forgot your password?
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
3173:9aed3783b6f7
for
charset.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2002-12-10 12:56:47 (
6 years
ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:
Replace safe_free calls by the FREE macro.
Files:
1 modified
charset.c
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
charset.c
r3043
r3173
441
441
*ob = '\0';
442
442
443
safe_free ((void **)
ps);
443
FREE (
ps);
444
444
*ps = buf;
445
445
…
…
580
580
if (fc->cd != (iconv_t)-1)
581
581
iconv_close (fc->cd);
582
safe_free ((void **)
_fc);
583
}
582
FREE (
_fc);
583
}
Download in other formats:
Unified Diff
Zip Archive