On Mon, 2017-12-04 at 21:27 +0100, [email protected] wrote: > From: Mohamed Ghannam <[email protected]> > > Whenever the sock object is in DCCP_CLOSED state, > dccp_disconnect() must free > dccps_hc_tx_ccid and dccps_hc_rx_ccid and set to NULL. > > Signed-off-by: Mohamed Ghannam <[email protected]> > ---
Small nit : white spaces in changelog where not needed : Whenever the sock object is in DCCP_CLOSED state, dccp_disconnect() must free dccps_hc_tx_ccid and dccps_hc_rx_ccid and set them to NULL. Reviewed-by: Eric Dumazet <[email protected]> Thanks !
