[libvirt] [PATCH] remote: Add missing virCondDestroy calls

Laine Stump laine at laine.org
Thu Mar 17 17:06:00 UTC 2011


On 03/17/2011 12:52 PM, Matthias Bolte wrote:
> The virCond of the remote_thread_call struct was leaked in some
> places. This results in leaking the underlying mutex. Which in turn
> leaks a handle on Windows.
>
> Reported by Aliaksandr Chabatar and Ihar Smertsin.
> ---
>
> See https://www.redhat.com/archives/libvir-list/2011-March/msg00789.html
> for the report.

ACK. Looks like you got them all. (I checked other uses of virCondInit 
for appropriate matching virCondDestroy too, and at least my quick look 
showed them all matched up).





More information about the libvir-list mailing list