From: Frederic Crozat Date: Mon, 10 Aug 2009 12:52:49 +0000 (+0200) Subject: [client] Fix memleak at exit X-Git-Tag: 0.7.0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca3b1505ec75a6e805090ffc642b3c27ea04c980;p=thirdparty%2Fplymouth.git [client] Fix memleak at exit --- diff --git a/src/client/plymouth.c b/src/client/plymouth.c index 2a33c320..80b0ec65 100644 --- a/src/client/plymouth.c +++ b/src/client/plymouth.c @@ -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: */