summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2016-05-30 18:25:40 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2016-05-30 18:25:40 +0200
commit56ed9e6a0472477014c5233da1869afbe8d4a8fe (patch)
tree176c035014806b963c4ac73928a7952a3898842e /source
parent0fb7258470bb1deed8d897cd83c95c666967cd6b (diff)
gitmodules: Update libgwater
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'source')
-rw-r--r--source/rofi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rofi.c b/source/rofi.c
index ed474b2a..41089a1a 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -282,7 +282,7 @@ static void cleanup ()
rofi_view_workers_finalize ();
if ( main_loop != NULL ) {
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 );
main_loop = NULL;