mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-24 05:25:18 +00:00
Fix a double-free in qemudRunLoop()
Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
parent
5d2df4100d
commit
3514c8c375
@ -2270,7 +2270,6 @@ cleanup:
|
|||||||
}
|
}
|
||||||
VIR_FREE(server->workers);
|
VIR_FREE(server->workers);
|
||||||
|
|
||||||
free(server->workers);
|
|
||||||
virMutexUnlock(&server->lock);
|
virMutexUnlock(&server->lock);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user