mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-09 02:28:19 +02:00
[client] Fix memleak at exit
This commit is contained in:
parent
7d9efa5357
commit
2c273ce693
1 changed files with 2 additions and 0 deletions
|
|
@ -870,6 +870,8 @@ main (int argc,
|
|||
|
||||
ply_boot_client_free (state.client);
|
||||
|
||||
ply_event_loop_free (state.loop);
|
||||
|
||||
return exit_code;
|
||||
}
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue