VirtualBox

Changeset 65705 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Feb 9, 2017 4:48:34 PM (8 years ago)
Author:
vboxsync
Message:

Runtime/dbgas: small memory leak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgas.cpp

    r62477 r65705  
    342342        pDbgAs->papModules[i] = NULL;
    343343    }
     344    RTSemRWDestroy(pDbgAs->hLock);
     345    pDbgAs->hLock = NIL_RTSEMRW;
    344346    RTMemFree(pDbgAs->papModules);
    345347    pDbgAs->papModules = NULL;
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