1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-12 13:17:58 +03:00

Fix memory leak in qemudBuildCommandLine

This commit is contained in:
Matthias Bolte 2009-12-14 23:25:21 +01:00
parent 2e5efc3d6e
commit 2b844f1614

View File

@ -1893,7 +1893,7 @@ int qemudBuildCommandLine(virConnectPtr conn,
}
ADD_ARG_LIT("-monitor");
ADD_ARG_LIT(virBufferContentAndReset(&buf));
ADD_ARG(virBufferContentAndReset(&buf));
}
if (def->localtime)