- Timestamp:
- May 13, 2015 9:59:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp
r55652 r55842 5858 5858 RTSpinlockAcquire(pNetwork->hAddrSpinlock); 5859 5859 5860 for (int i = kIntNetAddrType_Invalid + 1; i < kIntNetAddrType_End; i++)5861 intnetR0IfAddrCacheDestroy(&pNetwork->aAddrBlacklist[i]);5862 5863 5860 uint32_t iIf = pNetwork->MacTab.cEntries; 5864 5861 while (iIf-- > 0) … … 5940 5937 RTMemFree(pNetwork->MacTab.paEntries); 5941 5938 pNetwork->MacTab.paEntries = NULL; 5939 for (int i = kIntNetAddrType_Invalid + 1; i < kIntNetAddrType_End; i++) 5940 intnetR0IfAddrCacheDestroy(&pNetwork->aAddrBlacklist[i]); 5942 5941 RTMemFree(pNetwork); 5943 5942
Note:
See TracChangeset
for help on using the changeset viewer.