You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FixphpGH-17154: Memory leak on rl_line_buffer when no history (libedit).
When there is no history, any subsequent history api call initialising
it will call rl_initialise() thus we lose the previous value in the
process.
At module init time, we also call using_history() like with readline.
0 commit comments