diff options
author | sabetts <sabetts> | 2006-03-08 00:33:29 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2006-03-08 00:33:29 +0000 |
commit | c37b647396a065eb4928257452c785f148bcae50 (patch) | |
tree | 7764a74ae892e2c7b6feb48697a9e80786cf5c30 /ChangeLog | |
parent | 8460497f0ed5ea8a6b7f0029243a26713a36cc47 (diff) | |
download | ratpoison-c37b647396a065eb4928257452c785f148bcae50.zip |
* src/main.c (clean_up): properly free rp_frame_numset
* src/editor.c (editor_enter): free line->buffer before setting it to the history expansion.
* src/completions.c (completions_free): free the rp_completions struct too
* src/actions.c (del_frame_undo): free the rp_frame_undo struct too.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2006-03-07 Shawn Betts <sabetts@vcn.bc.ca> + + * src/main.c (clean_up): properly free rp_frame_numset + + * src/editor.c (editor_enter): free line->buffer before setting it to the history expansion. + + * src/completions.c (completions_free): free the rp_completions struct too + + * src/actions.c (del_frame_undo): free the rp_frame_undo struct too. + 2006-02-26 Shawn Betts <sabetts@vcn.bc.ca> * src/editor.c (editor_insert): use memmove to make room for |