comparison src/ChangeLog @ 95860:353a9f7910cf

* lread.c (Fload): Use xfree, not free on saved_doc_string. Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
author Jim Meyering <jim@meyering.net>
date Thu, 12 Jun 2008 22:54:12 +0000
parents 9ae1040f70e5
children 68d75e0e5365
comparison
equal deleted inserted replaced
95859:9ae1040f70e5 95860:353a9f7910cf
1 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2
3 * lread.c (Fload): Use xfree, not free on saved_doc_string.
4
1 2008-06-12 Jim Meyering <meyering@redhat.com> 5 2008-06-12 Jim Meyering <meyering@redhat.com>
2 6
3 make unexec_free handle NULL the same way free does 7 make unexec_free handle NULL the same way free does
4 * unexmacosx.c (unexec_free): Ignore a NULL argument. 8 * unexmacosx.c (unexec_free): Ignore a NULL argument.
5 9