VirtualBox

Changeset 393 in vbox for trunk


Ignore:
Timestamp:
Jan 28, 2007 12:01:57 AM (18 years ago)
Author:
vboxsync
Message:

Duh. my bug - a horrible memory leak.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp

    r392 r393  
    5656     * Allocate and initialize the object.
    5757     */
    58     pNew = (PRTR0MEMOBJINTERNAL)RTMemAllocZ(cb);
     58    pNew = (PRTR0MEMOBJINTERNAL)RTMemAllocZ(cbSelf);
    5959    if (pNew)
    6060    {
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