Remove redundand assignment

I initially added this in order to keep the code more error-prone to
following additions, but it seems it's still frowned upon.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Martin Kletzander 2015-09-24 10:20:33 +02:00
parent cde3b97a26
commit 54cf313cdd

View File

@ -831,7 +831,6 @@ qemuDomainObjPrivateXMLParse(xmlXPathContextPtr ctxt,
goto error;
}
virObjectUnref(caps);
caps = NULL;
VIR_FREE(tmp);
return 0;