mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-03-10 21:50:35 +01:00
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:
commit
aa42b1c91a
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue