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.
Showing
- include/vlc_input.h 0 additions, 1 deletioninclude/vlc_input.h
- lib/media_player.c 0 additions, 2 deletionslib/media_player.c
- modules/services_discovery/podcast.c 0 additions, 2 deletionsmodules/services_discovery/podcast.c
- src/input/var.c 0 additions, 36 deletionssrc/input/var.c
- src/input/vlm.c 0 additions, 4 deletionssrc/input/vlm.c
- src/libvlccore.sym 0 additions, 1 deletionsrc/libvlccore.sym
- src/playlist/thread.c 0 additions, 2 deletionssrc/playlist/thread.c
Loading
Please register or sign in to comment