- Timestamp:
- Mar 26, 2009 9:51:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/vboxmod.c
r18315 r18352 373 373 rc = -EFAULT; 374 374 } 375 if (rc < 0 )375 if (rc < 0 && (info.u32ClientID != 0)) 376 376 /* Unregister again, as we didn't get as far as informing userspace. */ 377 377 vboxadd_unregister_hgcm_connection_no_close(info.u32ClientID);
Note:
See TracChangeset
for help on using the changeset viewer.