Changeset 104540 in vbox for trunk/src/libs
- Timestamp:
- May 8, 2024 8:11:47 AM (10 months ago)
- svn:sync-xref-src-repo-rev:
- 163072
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcClient.cpp
r103378 r104540 91 91 92 92 IPCMsgFree(&pThis->MsgIn, false /*fFreeStruct*/); 93 94 /* Free all outgoing messages. */ 95 PIPCMSG pIt, pItNext; 96 RTListForEachSafe(&pThis->LstMsgsOut, pIt, pItNext, IPCMSG, NdMsg) 97 { 98 RTListNodeRemove(&pIt->NdMsg); 99 IPCMsgFree(pIt, true /*fFreeStruct*/); 100 } 101 93 102 pThis->fUsed = false; 94 95 /** @todo Free all outgoing messages. */96 103 } 97 104
Note:
See TracChangeset
for help on using the changeset viewer.