• M
    vbox: Fix passing an empty IMedium* array to IMachine::Delete · a9bc123e
    Matthias Bolte 提交于
    vboxArray is not castable to a COM item type. vboxArray is a
    wrapper around the XPCOM and MSCOM specific array handling.
    
    In this case we can avoid passing NULL as an empty array to
    IMachine::Delete by passing a dummy IMedium* array with a single
    NULL item.
    a9bc123e
vbox_tmpl.c 329.8 KB