Changeset 58188 in vbox
- Timestamp:
- Oct 12, 2015 1:56:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp
r58187 r58188 332 332 const char *pszPattern = VIDEO_PROP_PREFIX"*"; 333 333 rc = VbglR3GuestPropEnum(idClient, &pszPattern, 1, &pHandle, &pszName, NULL, NULL, NULL); 334 int rc2 = VbglR3GuestPropDisconnect(idClient Id);334 int rc2 = VbglR3GuestPropDisconnect(idClient); 335 335 if (RT_FAILURE(rc2) && RT_SUCCESS(rc)) 336 336 rc = rc2;
Note:
See TracChangeset
for help on using the changeset viewer.

