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

The last but not least of this serie of memleaks.

parent 19933fe7
......@@ -187,6 +187,7 @@ static int Open( vlc_object_t *p_this )
const char **pp_in_ports = jack_get_ports( p_sys->p_jack_client,
psz_regex, NULL,
JackPortIsInput );
free( psz_regex );
/* Count the number of returned ports */
i_in_ports = 0;
while( pp_in_ports && pp_in_ports[i_in_ports] )
......
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