Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4775:1d61580e0cf7 | 4776:73e8632018ad |
---|---|
1 2009-12-17 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * alloc.c (resize_string): | |
4 Don't attempt to free dumped data in this function, avoiding an | |
5 assertion failure. | |
6 | |
1 2009-12-13 Stephen J. Turnbull <stephen@xemacs.org> | 7 2009-12-13 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 8 |
3 * unicode.c (unicode_query): Add missing return type. | 9 * unicode.c (unicode_query): Add missing return type. |
4 Thanks to 'mnewsam' on the tracker. | 10 Thanks to 'mnewsam' on the tracker. |
5 | 11 |