VirtualBox

Changeset 386 in vbox for trunk


Ignore:
Timestamp:
Jan 27, 2007 8:09:06 PM (18 years ago)
Author:
vboxsync
Message:

Free the last failure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/testcase/tstPin.cpp

    r1 r386  
    7474                RTPrintf("SUPPageLock -> rc=%d\n", rc);
    7575                rcRet++;
     76                free(aPinnings[i].pv);
     77                aPinnings[i].pv = aPinnings[i].pvAligned = NULL;
    7678                break;
    7779            }
     
    101103            }
    102104        }
     105
     106
    103107        /*
    104108         * Allocate a bit of contiguous memory.
    105109         */
    106 
    107110        pv = SUPContAlloc(15003, &HCPhys);
    108111        rcRet += pv == NULL || HCPhys == 0;
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