Daniel Veillard <veillard(a)redhat.com> wrote:
On Fri, Jan 30, 2009 at 11:44:35AM +0000, Daniel P. Berrange wrote:
> When reporting libvirt errors back to the client, we forgot to free the
> memory associated with the remote_error object - principally the char *
> message strings. So every error reported would leak some memory. This
> patch free's the memory
Sounds a fairly important fix, +1
Yeah, really.
ACK