summaryrefslogtreecommitdiff
path: root/distro/git:
diff options
context:
space:
mode:
authorKenny Daniel <[email protected]>2026-04-12 23:49:18 -0700
committerVictor Kareh <[email protected]>2026-05-04 19:29:44 -0400
commit4c21c5e084a4fda3fe93a4fd98211794bb149717 (patch)
tree921d5a276ad938c037c63a3a5b0fe492cfae0f7a /distro/git:
parent454fec53b5ef0d6e779051c499df29b576e05094 (diff)
downloadmate-indicator-applet-master.tar.bz2
mate-indicator-applet-master.tar.xz
Fix GList memory leak in entry_resizedHEADmaster
indicator_object_get_entries() returns a newly-allocated GList that must be freed by the caller. entry_resized() was missing the g_list_free() call, leaking GList nodes on every panel change-size signal. The other callers of indicator_object_get_entries() in this file (menu_show at line 589, load_indicator at line 657) correctly free the returned list.
Diffstat (limited to 'distro/git:')
0 files changed, 0 insertions, 0 deletions