VirtualBox

Changeset 12457 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Sep 15, 2008 11:14:35 AM (16 years ago)
Author:
vboxsync
Message:

Fixed small memory leak in the Windows implementation.
Fixed lack of destructor call for the host specific Collector classes. (virtual destructor; caused
crash at exit in VBoxSVC.exe)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/Performance.h

    r12400 r12457  
    137137    {
    138138    public:
     139        virtual ~CollectorHAL() { };
    139140        virtual int preCollect(const CollectorHints& hints) { return VINF_SUCCESS; }
    140141        virtual int getHostCpuLoad(ULONG *user, ULONG *kernel, ULONG *idle);
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