Inline all remaining calls to vlc_cleanup_run()
The code size saving in vlc_cleanup_run() is marginal and premature optimization. In practice, vlc_cleanup_run() makes the source code harder to follow/read, confuses static analyzers and generates false positive clobber warnings (on some OSes due to long jumps). It did exercise some of the cleanup code paths though.
Showing
Please register or sign in to comment