mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-05 21:21:49 +00:00
test: fix minor memory leak in test-event
This commit is contained in:
@@ -219,6 +219,8 @@ int main(int argc, char *argv[]) {
|
||||
sd_event_source_unref(z);
|
||||
sd_event_source_unref(q);
|
||||
|
||||
sd_event_source_unref(w);
|
||||
|
||||
sd_event_unref(e);
|
||||
|
||||
close_pipe(a);
|
||||
|
||||
Reference in New Issue
Block a user