Changeset 10548 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Jul 11, 2008 7:36:43 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33238
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp
r10547 r10548 992 992 * Because of cleanup order we might be an orphan now. 993 993 */ 994 if (pIf->pNetwork)995 {996 PINTNETNETWORK pNetwork = pIf->pNetwork;994 PINTNETNETWORK pNetwork = pIf->pNetwork; 995 if (pNetwork) 996 { 997 997 RTSemFastMutexRequest(pNetwork->FastMutex); 998 998 if (pNetwork->pIFs == pIf) … … 1018 1018 * Release or reference to the network. 1019 1019 */ 1020 SUPR0ObjRelease(p If->pNetwork->pvObj, pIf->pSession);1020 SUPR0ObjRelease(pNetwork->pvObj, pIf->pSession); 1021 1021 pIf->pNetwork = NULL; 1022 1022 }
Note:
See TracChangeset
for help on using the changeset viewer.