On Thu, Mar 15, 2012 at 02:26:18PM -0400, Jeff Cody wrote: > In the function ga_channel_write(), the handle ov.hEvent is created > by the call to CreateEvent(). However, the handle is not closed > prior to the function return. > > This patch closes the handle before the return of the function. > > Kudos to Paolo Bonzini for spotting this bug. > > Signed-off-by: Jeff Cody <jc...@redhat.com> > --- > qga/channel-win32.c | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-)
Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan