mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
test: fix various leaks in the tests
This commit is contained in:
@@ -266,6 +266,8 @@ test_nt_list_append(void)
|
||||
i++;
|
||||
}
|
||||
assert(i == 11);
|
||||
|
||||
free(foo);
|
||||
}
|
||||
|
||||
static void
|
||||
@@ -300,6 +302,8 @@ test_nt_list_insert(void)
|
||||
i++;
|
||||
}
|
||||
assert(i == 11);
|
||||
|
||||
free(foo);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user