Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2016-10-03 09:33:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-shell.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-shell"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2016-09-21 
18:39:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes     
2016-10-03 09:33:53.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Sep 22 19:41:29 UTC 2016 - [email protected]
+
+- Add gnome-shell-fix-small-memory-leak.patch: Fix a small memory
+  leak.
+
+-------------------------------------------------------------------

New:
----
  gnome-shell-fix-small-memory-leak.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-shell.spec ++++++
--- /var/tmp/diff_new_pack.2ZUKK6/_old  2016-10-03 09:33:54.000000000 +0200
+++ /var/tmp/diff_new_pack.2ZUKK6/_new  2016-10-03 09:33:54.000000000 +0200
@@ -56,6 +56,8 @@
 Patch11:        gs-fate318433-prevent-same-account-multi-logins.patch
 # PATCH-FEATURE-SLE gnome-shell-sle-theme.patch [email protected] -- Use sle 
theme avatar
 Patch12:        gnome-shell-sle-theme.patch
+# PATCH-FIX-UPSTREAM gnome-shell-fix-small-memory-leak.patch 
[email protected] -- Fix a small memory leak, patch from upstream git.
+Patch13:        gnome-shell-fix-small-memory-leak.patch
 ## NOTE: Keep SLE Classic pathes at bottom.
 # PATCH-FEATURE-SLE gs-sle-classic-ext.patch bnc#862615 [email protected] -- add 
SLE Classic support
 Patch1000:      gs-sle-classic-ext.patch
@@ -208,6 +210,7 @@
 translation-update-upstream
 %endif
 cp %{S:1} js/ui/
+%patch13 -p1
 
 %build
 # Needed for patch2

++++++ gnome-shell-fix-small-memory-leak.patch ++++++
>From 3cd8dd0f3295f2b66deceb1b98d446606b96ce05 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <[email protected]>
Date: Wed, 21 Sep 2016 23:24:28 +0200
Subject: global: Fix a small memory leak

---
 src/shell-global.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/shell-global.c b/src/shell-global.c
index 480b2fe..6dda352 100644
--- a/src/shell-global.c
+++ b/src/shell-global.c
@@ -277,6 +277,7 @@ shell_global_init (ShellGlobal *global)
                           XDisplayName (NULL));
   (void) g_mkdir_with_parents (path, 0700);
   global->runtime_state_path = g_file_new_for_path (path);
+  g_free (path);
 
   global->settings = g_settings_new ("org.gnome.shell");
 
-- 
cgit v0.12


Reply via email to