mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix memory leak in qemudBuildCommandLine
This commit is contained in:
parent
2e5efc3d6e
commit
2b844f1614
@ -1893,7 +1893,7 @@ int qemudBuildCommandLine(virConnectPtr conn,
|
|||||||
}
|
}
|
||||||
|
|
||||||
ADD_ARG_LIT("-monitor");
|
ADD_ARG_LIT("-monitor");
|
||||||
ADD_ARG_LIT(virBufferContentAndReset(&buf));
|
ADD_ARG(virBufferContentAndReset(&buf));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (def->localtime)
|
if (def->localtime)
|
||||||
|
Loading…
Reference in New Issue
Block a user