Changeset 101890 in vbox for trunk/src/libs/xpcom18a4/ipc/ipcd
- Timestamp:
- Nov 6, 2023 6:37:25 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcConnectionUnix.cpp
r101889 r101890 156 156 157 157 if (s->fds[POLL].fd) 158 PR_ DestroyPollableEvent(s->fds[POLL].fd);158 PR_Close(s->fds[POLL].fd); 159 159 160 160 if (s->in_msg)
Note:
See TracChangeset
for help on using the changeset viewer.