Commit 3ae6eda8 authored by Erwan Tulou's avatar Erwan Tulou

qt4: fix memory leak

parent 9eb2164e
......@@ -342,6 +342,7 @@ static void ChangeVFiltersString( struct intf_thread_t *p_intf, const char *psz_
}
else
{
free( psz_string );
return;
}
}
......
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