mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00: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(virBufferContentAndReset(&buf));
|
||||
ADD_ARG(virBufferContentAndReset(&buf));
|
||||
}
|
||||
|
||||
if (def->localtime)
|
||||
|
Loading…
Reference in New Issue
Block a user