14 lines
419 B
Diff
14 lines
419 B
Diff
Index: gnome-shell-47.0/src/main.c
|
|
===================================================================
|
|
--- gnome-shell-47.0.orig/src/main.c
|
|
+++ gnome-shell-47.0/src/main.c
|
|
@@ -718,7 +718,7 @@ main (int argc, char **argv)
|
|
g_object_unref (shell_global_get ());
|
|
|
|
g_debug ("Tearing down the mutter context");
|
|
- meta_context_destroy (g_steal_pointer (&context));
|
|
+ g_steal_pointer (&context);
|
|
|
|
return ecode;
|
|
}
|