summaryrefslogtreecommitdiff
path: root/mate-panel/launcher.c
diff options
context:
space:
mode:
authorMonsta <[email protected]>2014-11-06 13:26:30 +0300
committerMonsta <[email protected]>2014-11-23 23:21:35 +0300
commitd37ec4b473b4191f871a02fbb04d915a222ae5ba (patch)
treec1e1419b29bed10dd1dcd405787d0b5f3c4ee35e /mate-panel/launcher.c
parent9bdf26a667fdb91c2aaa326b946e058677d97a0d (diff)
downloadmate-panel-d37ec4b473b4191f871a02fbb04d915a222ae5ba.tar.bz2
mate-panel-d37ec4b473b4191f871a02fbb04d915a222ae5ba.tar.xz
don't leak memory
Diffstat (limited to 'mate-panel/launcher.c')
-rw-r--r--mate-panel/launcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/launcher.c b/mate-panel/launcher.c
index d569e757..4928fa34 100644
--- a/mate-panel/launcher.c
+++ b/mate-panel/launcher.c
@@ -466,7 +466,7 @@ create_launcher (const char *location)
g_error_free (error);
g_key_file_free (key_file);
-
+ g_free (new_location);
return NULL; /*button is null*/
}