[client] Fix memleak at exit

This commit is contained in:
Frederic Crozat 2009-08-10 14:52:49 +02:00
parent 7d9efa5357
commit 2c273ce693

View file

@ -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: */