
16 Jan
2020
16 Jan
'20
8:03 a.m.
On Wed, Jan 08, 2020 at 09:18:30AM +0100, Michal Privoznik wrote:
This is only a theoretical leak, but in virChrdevAlloc() we initialize a mutex and if creating a hash table fails, then virChrdevFree() is called which because of incorrect check doesn't deinit the mutex.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- Reviewed-by: Erik Skultety <eskultet@redhat.com>