VirtualBox

Changeset 39706 in vbox for trunk/src/libs/xpcom18a4/python


Ignore:
Timestamp:
Jan 5, 2012 9:22:11 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75558
Message:

PyISupports.cpp: Don't deadlock in the VBOX_DEBUG_LIFETIMES code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/src/PyISupports.cpp

    r39535 r39706  
    142142        RTOnce(&g_Once, initOnceCallback, NULL, NULL);
    143143        RTCritSectEnter(&g_CritSect);
    144         PyXPCOM_LogWarning("Creating   %p: iid=%RTuuid obj=%p", this, &m_iid, punk);
    145144        RTListAppend(&g_List, &m_ListEntry);
    146145        RTCritSectLeave(&g_CritSect);
     146        PyXPCOM_LogWarning("Creating   %p: iid=%RTuuid obj=%p", this, &m_iid, punk);
    147147#endif
    148148}
     
    153153        RTCritSectEnter(&g_CritSect);
    154154        nsISupports *punk = m_obj;
    155         PyXPCOM_LogWarning("Destroying %p: iid=%RTuuid obj=%p", this, &m_iid, punk);
    156155        RTListNodeRemove(&m_ListEntry);
    157156        RTCritSectLeave(&g_CritSect);
     157        PyXPCOM_LogWarning("Destroying %p: iid=%RTuuid obj=%p", this, &m_iid, punk);
    158158#endif
    159159
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