VirtualBox

Changeset 14337 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 18, 2008 10:24:16 PM (16 years ago)
Author:
vboxsync
Message:

Forgot dereferrence.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/HostImpl.cpp

    r14336 r14337  
    11951195    ULONG tmp;
    11961196    int rc = hal->getHostMemoryUsage(size, &tmp, &tmp);
    1197     size /= 1024;
     1197    *size /= 1024;
    11981198    delete hal;
    11991199    return rc;
     
    12181218    ULONG tmp;
    12191219    int rc = hal->getHostMemoryUsage(&tmp, &tmp, available);
    1220     available /= 1024;
     1220    *available /= 1024;
    12211221    delete hal;
    12221222    return rc;
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