- Timestamp:
- May 20, 2019 4:38:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r78602 r78603 1546 1546 /* Put all VFS* declaration here because they are needed to be release by the corresponding 1547 1547 RTVfs***Release functions in the case of exception */ 1548 RTVFSOBJ hVfsObj ;1549 RTVFSFSSTREAM hVfsFssObject ;1550 RTVFSIOSTREAM hVfsIosCurr ;1548 RTVFSOBJ hVfsObj = NIL_RTVFSOBJ; 1549 RTVFSFSSTREAM hVfsFssObject = NIL_RTVFSFSSTREAM; 1550 RTVFSIOSTREAM hVfsIosCurr = NIL_RTVFSIOSTREAM; 1551 1551 1552 1552 /* Continue and create new VM using data from VSD and downloaded object. … … 1761 1761 void *pvBuffered; 1762 1762 size_t cbBuffered; 1763 RTVFSFILE hVfsDstFile ;1763 RTVFSFILE hVfsDstFile = NIL_RTVFSFILE; 1764 1764 try 1765 1765 {
Note:
See TracChangeset
for help on using the changeset viewer.