* lread.c (Fload): Use xfree, not free on saved_doc_string.
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
|
||||
|
||||
* lread.c (Fload): Use xfree, not free on saved_doc_string.
|
||||
|
||||
2008-06-12 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
make unexec_free handle NULL the same way free does
|
||||
|
||||
@@ -1269,7 +1269,7 @@ Return t if the file exists and loads successfully. */)
|
||||
|
||||
UNGCPRO;
|
||||
|
||||
free (saved_doc_string);
|
||||
xfree (saved_doc_string);
|
||||
saved_doc_string = 0;
|
||||
saved_doc_string_size = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user