Changeset 15818 in vbox for trunk/src/VBox
- Timestamp:
- Jan 6, 2009 12:56:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
r15759 r15818 773 773 } 774 774 else g_crvboxhgcm.conns[conn->index] = NULL; 775 775 776 776 conn->type = CR_NO_CONNECTION; 777 777 } … … 910 910 for (i=0; i<cCons; i++) 911 911 { 912 crNetDisconnect(g_crvboxhgcm.conns[ 0]);912 crNetDisconnect(g_crvboxhgcm.conns[i]); 913 913 } 914 914 CRASSERT(0==g_crvboxhgcm.num_conns);
Note:
See TracChangeset
for help on using the changeset viewer.