diff options
author | Colomban Wendling <[email protected]> | 2017-03-13 18:47:56 +0100 |
---|---|---|
committer | Alexei Sorokin <[email protected]> | 2017-03-13 22:30:12 +0300 |
commit | 7f8cb7edfd085e5320c5182cd8bfe113b05c4b98 (patch) | |
tree | 9b4eda4e0f743b1c34115b70777286d354a5340e /applets/notification_area/status-notifier | |
parent | 7a06b8bdf03e4d2df2aaa141588c84750ffac10c (diff) | |
download | mate-panel-7f8cb7edfd085e5320c5182cd8bfe113b05c4b98.tar.bz2 mate-panel-7f8cb7edfd085e5320c5182cd8bfe113b05c4b98.tar.xz |
status-notifier: Plug a memory leakv1.18.0
Diffstat (limited to 'applets/notification_area/status-notifier')
-rw-r--r-- | applets/notification_area/status-notifier/sn-item-v0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applets/notification_area/status-notifier/sn-item-v0.c b/applets/notification_area/status-notifier/sn-item-v0.c index 871f7948..c3eeecd4 100644 --- a/applets/notification_area/status-notifier/sn-item-v0.c +++ b/applets/notification_area/status-notifier/sn-item-v0.c @@ -942,6 +942,7 @@ get_all_cb (GObject *source_object, g_debug ("property '%s' not handled!", key); g_variant_unref (value); + g_free (key); } g_variant_iter_free (iter); |