]> granicus.if.org Git - curl/commit
http2: fix handle leak in error path
authorLarry Stefani <larry.stefani@sonos.com>
Thu, 13 Apr 2017 14:06:14 +0000 (10:06 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 15 Apr 2017 21:37:30 +0000 (23:37 +0200)
commit1451271e08d838c547f52ea6a3805a662e3d18f6
treeb5a647e018539a445f96abc7871912bbeefae58c
parentfc347820a27c5e5ed1ccfe1c81c4c4eb2a59f9fe
http2: fix handle leak in error path

Add missing newhandle free call in push_promise().

Closes #1416
lib/http2.c