]> granicus.if.org Git - php/commit
Fix memory leak in php_imap_mutf7()
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 21 Sep 2020 09:21:46 +0000 (11:21 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 21 Sep 2020 09:25:46 +0000 (11:25 +0200)
commit730fdc77a74ce4816cfb10181357e3eee92e2d3b
tree75a708b00de5500ca565795bbe81f7757b19d637
parent81b2f3e5d9fcdffd87a4fcd12bd8c708a97091e1
Fix memory leak in php_imap_mutf7()

We have to free the string which has been allocated by libc-client.
ext/imap/php_imap.c