awesome_atexit(): Clean up libev's state
Signed-off-by: Uli Schlachter <psychon@znc.in> Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
e1d6f0a150
commit
3d69f38e45
|
@ -99,6 +99,8 @@ awesome_atexit(void)
|
||||||
|
|
||||||
/* Disconnect *after* closing lua */
|
/* Disconnect *after* closing lua */
|
||||||
xcb_disconnect(globalconf.connection);
|
xcb_disconnect(globalconf.connection);
|
||||||
|
|
||||||
|
ev_default_destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Scan X to find windows to manage.
|
/** Scan X to find windows to manage.
|
||||||
|
|
Loading…
Reference in New Issue