• D
    vbox: Close media when undefining domains · 7651debb
    Dawid Zamirski 提交于
    When registering a VM we call OpenMedium on each disk image which adds it
    to vbox's global media registry. Therefore, we should make sure to call
    Close when unregistering VM so we cleanup the media registry entries
    after ourselves - this does not remove disk image files. This follows
    the behaviour of the VBoxManage unregistervm command.
    7651debb
vbox_tmpl.c 79.8 KB