Skip to content

Commit 673d450

Browse files
committed
g_main_destroy() is deprecated
1 parent e5e6b35 commit 673d450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ static void fsdestroy(void *privdata)
552552
free_all();
553553
if (main_loop) {
554554
g_main_loop_quit(main_loop);
555-
g_main_destroy(main_loop);
555+
g_main_loop_unref(main_loop);
556556
}
557557
return;
558558
}

0 commit comments

Comments
 (0)