On Fri, 2007-03-02 at 16:47 +0000, Daniel P. Berrange wrote:
> @@ -432,7 +441,7 @@ int qemudDomainDumpXML(struct qemud_serv
>      strncpy(xml, vmxml, xmllen);
>      xml[xmllen-1] = '\0';
>  
> -    free(xml);
> +    free(vmxml);

        I hit this myself, so I committed the fix along with the same fix for
qemudNetworkDumpXML()

Cheers,
Mark.
  

--
Libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to