14 lines
428 B
Diff
14 lines
428 B
Diff
|
Index: gnome-shell-44.beta/src/main.c
|
||
|
===================================================================
|
||
|
--- gnome-shell-44.beta.orig/src/main.c
|
||
|
+++ gnome-shell-44.beta/src/main.c
|
||
|
@@ -680,7 +680,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;
|
||
|
}
|