Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5810:be31f7878b0d
Fix bignum/bigfloat memory leaks. See xemacs-patches message
<CAHCOHQmYDTHSUhVSRmyGpoeUAX3kS6Ua14p6FcNzzDm0i3GaRQ@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Tue, 23 Sep 2014 16:50:48 -0600 |
parents | 2f22818d92d4 |
children | 36dddf9d90d1 |
comparison
equal
deleted
inserted
replaced
5809:2f22818d92d4 | 5810:be31f7878b0d |
---|---|
1 2014-09-23 Jerry James <james@xemacs.org> | |
2 | |
3 * floatfns.c (round_two_bignum_1): Fix memory leak. | |
4 (round_two_bigfloat): Ditto. | |
5 | |
1 2014-09-06 Aidan Kehoe <kehoea@parhasard.net> | 6 2014-09-06 Aidan Kehoe <kehoea@parhasard.net> |
2 | 7 |
3 * select-x.c (Fx_store_cutbuffer_internal): | 8 * select-x.c (Fx_store_cutbuffer_internal): |
4 Correct the order of XSTRING_{DATA,LENGTH} vs. CHECK_STRING, make | 9 Correct the order of XSTRING_{DATA,LENGTH} vs. CHECK_STRING, make |
5 sure the former is after the latter, avoiding crashes when passing | 10 sure the former is after the latter, avoiding crashes when passing |