gnome-shell/gnome-shell-exit-crash-workaround.patch

14 lines
382 B
Diff
Raw Normal View History

Index: gnome-shell-42.rc/src/main.c
===================================================================
--- gnome-shell-42.rc.orig/src/main.c
+++ gnome-shell-42.rc/src/main.c
@@ -569,7 +569,7 @@ main (int argc, char **argv)
ecode = EXIT_FAILURE;
}
- meta_context_destroy (g_steal_pointer (&context));
+ g_steal_pointer (&context);
shell_profiler_shutdown ();