Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 945:7924b28c57a4
[xemacs-hg @ 2002-08-01 08:38:32 by michaels]
2002-07-31 Didier Verna <didier@xemacs.org>
* file-coding.c (make_coding_system_1): Add missing call to
`xfree (newname)'.
* fix memory leak introduced by
2002-04-14 Ben Wing <ben@xemacs.org>:
alloc.c (Fmake_byte_code): don't xnew_array of size 0.
(sweep_compiled_functions): define ADDITIONAL_FREE_compiled_function
to free the args field when needed.
author | michaels |
---|---|
date | Thu, 01 Aug 2002 08:38:48 +0000 |
parents | d7603d225813 |
children | a9077bb4dbf1 |
comparison
equal
deleted
inserted
replaced
944:d7603d225813 | 945:7924b28c57a4 |
---|---|
1 2002-07-31 Didier Verna <didier@xemacs.org> | |
2 | |
3 * file-coding.c (make_coding_system_1): Add missing call to | |
4 `xfree (newname)'. | |
5 | |
6 * fix memory leak introduced by | |
7 2002-04-14 Ben Wing <ben@xemacs.org>: | |
8 alloc.c (Fmake_byte_code): don't xnew_array of size 0. | |
9 (sweep_compiled_functions): define ADDITIONAL_FREE_compiled_function | |
10 to free the args field when needed. | |
11 | |
1 2002-07-31 David Bush <David.Bush@intel.com> | 12 2002-07-31 David Bush <David.Bush@intel.com> |
2 | 13 |
3 * eldap.c: Add the dumpable-flag to the USE_KKCC version of | 14 * eldap.c: Add the dumpable-flag to the USE_KKCC version of |
4 DEFINE_LRECORD_IMPLEMENTATION for "ldap" | 15 DEFINE_LRECORD_IMPLEMENTATION for "ldap" |
5 | 16 |