Changeset 18053 in vbox
- Timestamp:
- Mar 18, 2009 10:50:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c
r17307 r18053 5 5 6 6 /* 7 * Copyright (C) 2008 Sun Microsystems, Inc.7 * Copyright (C) 2008-2009 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 664 664 pThis->hSpinlock = NIL_RTSPINLOCK; 665 665 RTMemFree(pThis); 666 667 NOREF(cRefs); 668 666 669 return true; 667 670 }
Note:
See TracChangeset
for help on using the changeset viewer.