Changeset 103525 in vbox
- Timestamp:
- Feb 22, 2024 11:18:23 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VDPlugin.cpp
r98103 r103525 728 728 } 729 729 730 rc =vdPluginLoadFromFilename(pszPluginPath);730 vdPluginLoadFromFilename(pszPluginPath); 731 731 RTStrFree(pszPluginPath); 732 732 } … … 848 848 } 849 849 850 rc =vdPluginUnloadFromFilename(pszPluginPath);850 vdPluginUnloadFromFilename(pszPluginPath); 851 851 RTStrFree(pszPluginPath); 852 852 }
Note:
See TracChangeset
for help on using the changeset viewer.