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

ncurses: fix breakage

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