mirror of
https://github.com/troglobit/editline.git
synced 2025-12-14 17:29:01 +08:00
When falling back to rl_filename_completion_fuction as compentry generator, the complete() function caused double free because the generator did not return a strdup'ed entry but one of its own that it freed when done. Fixes #56 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>