diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-08-07 08:38:02 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-08-07 08:38:02 +0200 |
commit | b1998c6ab583d5129ef0e10eb9b6c99ff0b89631 (patch) | |
tree | 89f3201214321fbc0384562f70164f2f057d0711 /src/idolocationmenuitem.c | |
parent | 09c5052d290d76faadc997a6aefe49a398959463 (diff) | |
parent | e487b162ba82a1a454657a8ab5dbd6d04a17b591 (diff) | |
download | ayatana-ido-b1998c6ab583d5129ef0e10eb9b6c99ff0b89631.tar.gz ayatana-ido-b1998c6ab583d5129ef0e10eb9b6c99ff0b89631.tar.bz2 ayatana-ido-b1998c6ab583d5129ef0e10eb9b6c99ff0b89631.zip |
Merge branch 'tari01-pr/no-hardcoded-icon-sizes'
Attributes GH PR #66: https://github.com/AyatanaIndicators/ayatana-ido/pull/66
Diffstat (limited to 'src/idolocationmenuitem.c')
-rw-r--r-- | src/idolocationmenuitem.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/idolocationmenuitem.c b/src/idolocationmenuitem.c index 6999cc1..2748e54 100644 --- a/src/idolocationmenuitem.c +++ b/src/idolocationmenuitem.c @@ -1,8 +1,10 @@ /* * Copyright 2013 Canonical Ltd. + * Copyright 2023 Robert Tari * * Authors: * Charles Kerr <charles.kerr@canonical.com> + * Robert Tari <robert@tari.in> * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published @@ -337,6 +339,7 @@ ido_location_menu_item_new_from_model (GMenuItem * menu_item, for (i=0; i<n; i++) g_value_unset (&values[i]); + g_free (values); /* give it an ActionHelper */ |