Fix double free in http_conn_create
commit5889556d523bec0afa581f4dbf8164e6e11d64b1
authorJakub Adam <jakub.adam@ktknet.cz>
Sat, 5 Jun 2010 18:57:18 +0000 (5 20:57 +0200)
committerJakub Adam <jakub.adam@ktknet.cz>
Sat, 5 Jun 2010 18:57:18 +0000 (5 20:57 +0200)
treed6bd72700612c2dc417253aa894329702440460b
parentf8d2d7e6cbd4d72181286ca2644f50f6df5811be
Fix double free in http_conn_create

Do not free http_conn when http_conn_setup() fails, it is already deallocated.
src/core/http-conn.c