Changeset 12365 in vbox
- Timestamp:
- Sep 10, 2008 4:00:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp
r12343 r12365 755 755 for (cExts=0; pBackend->papszFileExtensions[cExts]; cExts++) 756 756 ; 757 const char **paExts = (const char **)RTMemAlloc((cExts+1) * sizeof(paExts[0])); 757 const char **paExts = (const char **)RTMemAlloc((cExts+1) * sizeof(paExts[0])); /** @todo rainy day: fix leak on error. */ 758 758 if (!paExts) 759 759 {
Note:
See TracChangeset
for help on using the changeset viewer.