On 22/11/2023 08.24, Markus Armbruster wrote:
Mutex @test_event_lock is held from fixture setup to teardown,
protecting global variable @test_event_data.  But tests always run one
after the other, so this is superfluous.  It also confuses Coverity.
Drop the mutex.

Fixes: CID 1527425
Signed-off-by: Markus Armbruster <[email protected]>
---
  tests/unit/test-qmp-event.c | 5 -----
  1 file changed, 5 deletions(-)

Reviewed-by: Thomas Huth <[email protected]>


Reply via email to