Changeset 32678 in vbox for trunk/src/VBox/Devices/Parallel
- Timestamp:
- Sep 21, 2010 5:14:02 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66093
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Parallel/DrvHostParallel.cpp
r28800 r32678 277 277 AssertRC(rc); 278 278 pThis->FileDevice = NIL_RTFILE; 279 } 280 if (pThis->pszDevicePath) 281 { 282 MMR3HeapFree(pThis->pszDevicePath); 283 pThis->pszDevicePath = NULL; 279 284 } 280 285 }
Note:
See TracChangeset
for help on using the changeset viewer.