xdr_destroy (&xdr);
ret = remoteIO(st->conn, priv, 0, thiscall);
+ ignore_value(virCondDestroy(&thiscall->cond));
VIR_FREE(thiscall);
if (ret < 0)
return -1;
error:
xdr_destroy (&xdr);
+ ignore_value(virCondDestroy(&thiscall->cond));
VIR_FREE(thiscall);
return -1;
}
}
ret = remoteIO(st->conn, priv, 0, thiscall);
+ ignore_value(virCondDestroy(&thiscall->cond));
VIR_FREE(thiscall);
if (ret < 0)
goto cleanup;
error:
xdr_destroy (&xdr);
+ ignore_value(virCondDestroy(&rv->cond));
VIR_FREE(rv);
return NULL;
}
}
rv = remoteIO(conn, priv, flags, thiscall);
+ ignore_value(virCondDestroy(&thiscall->cond));
VIR_FREE(thiscall);
return rv;
}