- Timestamp:
- Jul 6, 2010 11:31:13 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63406
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp ¶
r30650 r30655 345 345 PAVLPVNODECORE pNewTree = NULL; 346 346 DWORD dwProcessId = GetCurrentProcessId(); 347 bool fFirstCheck = (pKnownModuleTree == NULL); 347 348 348 349 VBoxServiceVerbose(3, "VBoxServicePageSharingInspectGuest\n"); … … 483 484 } 484 485 485 bool fFirstCheck = (pKnownModuleTree == NULL);486 487 486 /* Delete leftover modules in the old tree. */ 488 487 RTAvlPVDestroy(&pKnownModuleTree, VBoxServicePageSharingEmptyTreeCallback, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.