mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-05 20:40:15 +01:00
test: fix a leaking client name in the unit tests
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
35d676e7f7
commit
e754c75ef2
1 changed files with 2 additions and 0 deletions
|
|
@ -782,6 +782,8 @@ test_configure_name(const MunitParameter params[], void *user_data)
|
|||
munit_assert_string_equal(ei.name, "bar");
|
||||
}
|
||||
|
||||
free(ei.name);
|
||||
|
||||
return MUNIT_OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue