Ticket #6307: TV_dtor_noStopStuff.diff

File TV_dtor_noStopStuff.diff, 447 bytes (added by Shane Shrybman, 15 years ago)
  • libs/libmythtv/tv_play.cpp

     
    958958    PlayerContext *mctx = GetPlayerWriteLock(0, __FILE__, __LINE__);
    959959    while (!player.empty())
    960960    {
    961         StopStuff(mctx, player.back(), true, true, true);
    962961        delete player.back();
    963962        player.pop_back();
    964963    }