Changeset 58185 in vbox
- Timestamp:
- Oct 12, 2015 1:49:53 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103299
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp
r58183 r58185 324 324 if (RT_SUCCESS(rc)) 325 325 rc = VbglR3GuestPropEnum(idClient, &pszPattern, 1, &pHandle, &pszName, NULL, NULL, NULL); 326 if ( u32ClientId != 0)327 rc2 = VbglR3GuestPropDisconnect( u32ClientId);326 if (idClientId != 0) 327 rc2 = VbglR3GuestPropDisconnect(idClientId); 328 328 if (RT_SUCCESS(rc)) 329 329 rc = rc2;
Note:
See TracChangeset
for help on using the changeset viewer.