Changeset 32678 in vbox
- Timestamp:
- Sep 21, 2010 5:14:02 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66093
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 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 } -
trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp
r28800 r32678 1274 1274 1275 1275 #endif 1276 1277 if (pThis->pszDevicePath) 1278 { 1279 MMR3HeapFree(pThis->pszDevicePath); 1280 pThis->pszDevicePath = NULL; 1281 } 1276 1282 } 1277 1283
Note:
See TracChangeset
for help on using the changeset viewer.