mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
gitmodules: Update libgwater
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
0fb7258470
commit
56ed9e6a04
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 75581cadfe6206c35b4229a8848f4faf5c745d54
|
Subproject commit 173f2f5566636a1de559cc57f3154db70c3f2e9f
|
|
@ -282,7 +282,7 @@ static void cleanup ()
|
||||||
rofi_view_workers_finalize ();
|
rofi_view_workers_finalize ();
|
||||||
if ( main_loop != NULL ) {
|
if ( main_loop != NULL ) {
|
||||||
if ( main_loop_source ) {
|
if ( main_loop_source ) {
|
||||||
g_water_xcb_source_unref ( main_loop_source );
|
g_water_xcb_source_free ( main_loop_source );
|
||||||
}
|
}
|
||||||
g_main_loop_unref ( main_loop );
|
g_main_loop_unref ( main_loop );
|
||||||
main_loop = NULL;
|
main_loop = NULL;
|
||||||
|
|
Loading…
Reference in a new issue