From 152b7975968cea9e11f707ca5e1a233c9de99cf7 Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Wed, 7 Jan 2015 21:48:28 +0900 Subject: 34144: allocate origline by ztrdup(), not by dupstring() If origline is allocated in heap, it will have been freed when menuselect() is called directly as a widget. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d31095b70..b5710fa6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-01-07 Jun-ichi Takimoto + + * 34144: Src/Zle/zle_tricky.c, Src/Zle/complist.c: allocate + origline by ztrdup(), not by dupstring() + 2015-01-06 Barton E. Schaefer * 34122: Src/module.c: allow NULL third argument as intended -- cgit 1.4.1