Changeset 14982 in vbox
- Timestamp:
- Dec 4, 2008 1:49:02 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 40352
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sysfs.h
r14711 r14982 82 82 if (pcbBufActual != NULL && (RT_SUCCESS(rc) || rc == VERR_BUFFER_OVERFLOW)) 83 83 *pcbBufActual = cbBufActual + 1; /* +1 for the '\0' */ 84 RTStrmClose(pStream); 84 if (pStream != NULL) 85 RTStrmClose(pStream); 85 86 return rc; 86 87 }
Note:
See TracChangeset
for help on using the changeset viewer.