qulogic/libgnt

Clear the main loop on WM destruction.

2019-05-19, Elliott Sales de Andrade
7c922cd28b4f
Parents ab7a762e35ea
Children 508138ca5113
Clear the main loop on WM destruction.
  • +2 -0
    gntwm.c
  • --- a/gntwm.c Tue May 14 05:01:28 2019 -0400
    +++ b/gntwm.c Sun May 19 18:28:45 2019 -0400
    @@ -1505,6 +1505,8 @@
    g_list_free_full(priv->workspaces, g_object_unref);
    priv->workspaces = NULL;
    + g_clear_pointer(&priv->loop, g_main_loop_unref);
    +
    #ifdef USE_PYTHON
    if (started_python) {
    Py_Finalize();