]> granicus.if.org Git - php/commit
Free history_get_history_state() result
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 11 Sep 2019 08:59:04 +0000 (10:59 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 11 Sep 2019 08:59:04 +0000 (10:59 +0200)
commitf945c82ec693671e94830b4c0580aba8ea7ae2a5
tree727d4c236107bd2324dc43ea959d6e047e882209
parent1ce830a4aaa626a6c33835297273249eefb8e643
Free history_get_history_state() result

It's not documented, but per https://bugs.python.org/issue8065
the result is freshly malloc'd and needs to be freed.
ext/readline/readline.c