VirtualBox

Changeset 77257 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 11, 2019 12:50:00 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128764
Message:

Runtime/RTReqPool: Memory leak fixes during destruction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/reqpool.cpp

    r76553 r77257  
    285285    RTCritSectLeave(&pPool->CritSect);
    286286
     287    RTMemFree(pThread);
    287288    return VINF_SUCCESS;
    288289}
     
    10371038
    10381039        /* Finally, free the critical section and pool instance. */
     1040        RTSemEventMultiDestroy(pPool->hThreadTermEvt);
    10391041        RTCritSectLeave(&pPool->CritSect);
    10401042        RTCritSectDelete(&pPool->CritSect);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette