
30 Jan
2009
30 Jan
'09
10:53 a.m.
Daniel Veillard <veillard@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