Changeset 5867 in vbox
- Timestamp:
- Nov 28, 2007 6:32:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/vboxmod.c
r5821 r5867 236 236 static int vboxadd_release(struct inode *inode, struct file * filp) 237 237 { 238 #ifdef DEBUG 239 LogRelFunc(("Cleaning up HGCM connections for file pointer %p\n", filp)); 240 #endif 238 241 vboxadd_unregister_all_hgcm_connections(filp); 239 242 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.