Ticket #9275: disappearing_frontend_deadlock.patch

File disappearing_frontend_deadlock.patch, 603 bytes (added by doug@…, 15 years ago)

Proposed fix

  • programs/mythbackend/mainserver.cpp

     
    48484848    FileTransfer *ft = GetFileTransferByID(recnum);
    48494849    if (!ft)
    48504850    {
     4851        sockListLock.unlock();
     4852
    48514853        if (command == "DONE")
    48524854        {
    48534855            // if there is an error opening the file, we may not have a
     
    48634865        }
    48644866
    48654867        SendResponse(pbssock, retlist);
    4866         sockListLock.unlock();
    48674868        return;
    48684869    }
    48694870