Skip to content
Snippets Groups Projects
Commit 4e271821 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

input: remove input_LegacyVarStop

This code path is way too racy (even before
2ef7696e): input_priv(p_input)->i_title is not
protected and the variables were not cleaned if i_title changed from 1 to 0.

This function was useless anyway since it was always called before
input_Close() that destroyed the input thread object and all variables /
callbacks.
parent 1e82322d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment