Skip to content
  • Rafaël Carré's avatar
    Do not use playlist_*AddInput() when the playlist has already been destroyed... · 0e86a35f
    Rafaël Carré authored
    Do not use playlist_*AddInput() when the playlist has already been destroyed and is dying (fix a crash when exiting while directory access is still reading) Try to return early if one of those function fail, because it either mean we don't have anymore memory available (I'm still looking for infinite Turing machines), or we are exiting (the playlist is dying). Use object / thread helpers for simplicity
    0e86a35f