On Mon, Jul 29, 2019 at 06:11:18PM +0100, Daniel P. Berrangé wrote:
If the event (un)registration methods are invoked while no connection
is
open, they jump to a cleanup block which unlocks a mutex which is not
currently locked.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
src/remote/remote_daemon_dispatch.c | 64 ++++++++++++++---------------
1 file changed, 32 insertions(+), 32 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano