VirtualBox

Changeset 5449 in vbox for trunk/src/VBox/Runtime/r3/posix


Ignore:
Timestamp:
Oct 23, 2007 5:37:05 PM (17 years ago)
Author:
vboxsync
Message:

Runtime: Suppress "uninitialized values" valgrind errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/timer-posix.cpp

    r4071 r5449  
    352352        pTimer->pvUser      = pvUser;
    353353        pTimer->u64NanoInterval = u64NanoInterval;
     354        pTimer->u64NanoFirst = 0;
    354355        pTimer->iError      = 0;
    355356        rc = RTSemEventCreate(&pTimer->Event);
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