• M
    qemuhotplugtest: Resolve some memleaks · 166db595
    Michal Privoznik 提交于
    If testQemuHotplugAttach succeeds, the vm->def steals the dev pointer.
    However, not the envelope, which needs to be freed. In addition,
    driver.config is allocated, but never freed.
    166db595
qemuhotplugtest.c 10.5 KB