VirtualBox

Changeset 56594 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jun 23, 2015 11:01:57 AM (9 years ago)
Author:
vboxsync
Message:

Storage/AHCI: Don't try to free a request structure which does not exist (we are in the out of memory error path at this point already)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevAHCI.cpp

    r56292 r56594  
    69376937                if (fContinue)
    69386938                    fReqCanceled = ahciTransferComplete(pAhciPort, &Req, VERR_NO_MEMORY);
    6939                 else
    6940                 {
    6941                     ASMAtomicWriteNullPtr(&pAhciPort->aActiveTasks[pAhciReq->uTag]);
    6942                     ahciR3ReqFree(pAhciPort, pAhciReq);
    6943                 }
    69446939            }
    69456940
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette