Commit dbd272f4 authored by Rémi Duraffort's avatar Rémi Duraffort

Telnet: don't leak the message.

parent a1af59d6
......@@ -299,6 +299,7 @@ static void Run( intf_thread_t *p_intf )
net_Close( cl->fd );
TAB_REMOVE( p_intf->p_sys->i_clients ,
p_intf->p_sys->clients , cl );
free( cl->buffer_write );
free( cl );
continue;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment