Re: [PATCH 1/4] Fix crash on http

2014-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.01.2014 22:32, Lubomir Rintel wrote: From: Gustavo Luiz Duarte gustav...@linux.vnet.ibm.com Don't free file-data on receiving FIN flag since it is used all over without checking. http_close() will be called later to free that memory. No longer necessarry ever since correct fix was

[PATCH 1/4] Fix crash on http

2014-01-20 Thread Lubomir Rintel
From: Gustavo Luiz Duarte gustav...@linux.vnet.ibm.com Don't free file-data on receiving FIN flag since it is used all over without checking. http_close() will be called later to free that memory. Link: https://bugzilla.redhat.com/show_bug.cgi?id=860834 Link: