mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
test-load-fragment: fix memleak
Fixes a leak reported at https://github.com/systemd/systemd/pull/26115#issuecomment-1398026085.
This commit is contained in:
@@ -1047,6 +1047,8 @@ TEST(config_parse_log_filter_patterns) {
|
||||
SET_FOREACH(p, c.log_filter_denied_patterns)
|
||||
assert_se(p && p[0] != '~');
|
||||
}
|
||||
|
||||
exec_context_done(&c);
|
||||
}
|
||||
|
||||
TEST(config_parse_open_file) {
|
||||
|
||||
Reference in New Issue
Block a user