Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 4776:73e8632018ad
Don't attempt to free dumped data, alloc.c:resize_string()
2009-12-17 Aidan Kehoe <kehoea@parhasard.net>
* alloc.c (resize_string):
Don't attempt to free dumped data in this function, avoiding an
assertion failure.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 17 Dec 2009 13:15:04 +0000 |
parents | 1d61580e0cf7 |
children | c69aeb86b2a3 |
line wrap: on
line diff
--- a/src/ChangeLog Thu Dec 17 12:57:38 2009 +0000 +++ b/src/ChangeLog Thu Dec 17 13:15:04 2009 +0000 @@ -1,3 +1,9 @@ +2009-12-17 Aidan Kehoe <kehoea@parhasard.net> + + * alloc.c (resize_string): + Don't attempt to free dumped data in this function, avoiding an + assertion failure. + 2009-12-13 Stephen J. Turnbull <stephen@xemacs.org> * unicode.c (unicode_query): Add missing return type.