telnet.c: fix a very minor memleak in Open

parent 8c3d897f
......@@ -205,6 +205,7 @@ static int Open( vlc_object_t *p_this )
p_intf->p_sys->mediatheque = mediatheque;
p_intf->pf_run = Run;
free( psz_address );
return VLC_SUCCESS;
}
......
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