06.06.2014 17:21, Paolo Bonzini wrote:
> Because of the "goto out", the contents of local_err are leaked
> and lost.

Might just as well change 'goto out' to 'break' (instead of return),
and handle the `if (local_err)' like you did.

Applied to -trivial, thank you!

/mjt

Reply via email to