Commit ba6e587a authored by Rafaël Carré's avatar Rafaël Carré

ncurses: fix breakage

parent 729addda
...@@ -1810,7 +1810,8 @@ static void *Run(void *data) ...@@ -1810,7 +1810,8 @@ static void *Run(void *data)
Redraw(intf, input); Redraw(intf, input);
HandleKey(intf, input); HandleKey(intf, input);
vlc_object_release(input); if (input)
vlc_object_release(input);
} }
vlc_cleanup_pop(); vlc_cleanup_pop();
......
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