[mate-panel] 11/28: debian/patches: Cherry-pick 0001_memleak-fix.patch from upstream.

Mike Gabriel sunweaver at debian.org
Fri Jul 7 21:45:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository mate-panel.

commit ba7fc8b91021812338118cabd42dcd8861c83b7a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Apr 27 10:47:17 2017 +0200

    debian/patches: Cherry-pick 0001_memleak-fix.patch from upstream.
---
 debian/patches/0001_memleak-fix.patch | 25 +++++++++++++++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 26 insertions(+)

diff --git a/debian/patches/0001_memleak-fix.patch b/debian/patches/0001_memleak-fix.patch
new file mode 100644
index 0000000..6e2fe82
--- /dev/null
+++ b/debian/patches/0001_memleak-fix.patch
@@ -0,0 +1,25 @@
+From 084aa57d1c64b5961363c66446afc8a6ba993315 Mon Sep 17 00:00:00 2001
+From: monsta <monsta at inbox.ru>
+Date: Mon, 21 Nov 2016 18:43:29 +0300
+Subject: [PATCH] libmate-panel-applet: add missing brackets
+
+---
+ libmate-panel-applet/mate-panel-applet-gsettings.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/libmate-panel-applet/mate-panel-applet-gsettings.c b/libmate-panel-applet/mate-panel-applet-gsettings.c
+index df75358..9387053 100644
+--- a/libmate-panel-applet/mate-panel-applet-gsettings.c
++++ b/libmate-panel-applet/mate-panel-applet-gsettings.c
+@@ -38,9 +38,10 @@ mate_panel_applet_settings_new (MatePanelApplet *applet, gchar *schema)
+ 
+     path = mate_panel_applet_get_preferences_path (applet);
+ 
+-    if (path)
++    if (path) {
+         settings = g_settings_new_with_path (schema, path);
+         g_free (path);
++    }
+ 
+     return settings;
+ }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..582988f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_memleak-fix.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-panel.git



More information about the pkg-mate-commits mailing list