Merge branch 'test-memleak' into 'master'

test/thread-blocking.c: Fix a memory leak

See merge request dbus/dbus!208
This commit is contained in:
Simon McVittie 2021-10-29 18:12:16 +00:00
commit aa42b1c91a

View file

@ -233,6 +233,8 @@ test_threads (Fixture *f,
f->client_caller_threads[i] = g_thread_new (name,
client_caller_thread_cb,
f);
g_free (name);
}
/* Wait for all caller threads to exit */