Commit b99e6946 authored by Antoine Cellerier's avatar Antoine Cellerier

Another input_GetItem assert workarround.

parent f7113175
......@@ -294,7 +294,7 @@ mvar_t *E_(mvar_InfoSetNew)( intf_thread_t *p_intf, char *name,
mvar_t *s = E_(mvar_New)( name, "set" );
int i, j;
if( p_input == NULL )
if( p_input == NULL || p_input->p == NULL /* workarround assert in input_GetItem */ )
{
return s;
}
......
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