Revision 3acccfc6 slirp/tcp_subr.c

b/slirp/tcp_subr.c
250 250
		t = tcpiphdr_next(t);
251 251
		m = tcpiphdr_prev(t)->ti_mbuf;
252 252
		remque(tcpiphdr2qlink(tcpiphdr_prev(t)));
253
		m_freem(m);
253
		m_free(m);
254 254
	}
255 255
	free(tp);
256 256
        so->so_tcpcb = NULL;

Also available in: Unified diff