Skip to content
Snippets Groups Projects
Commit 12a65eb7 authored by Mateusz Gozdek's avatar Mateusz Gozdek Committed by Arkadiy Illarionov
Browse files

panel-plugin/title/windowck-title.c: fix memory leak on title change

It seems the memory is allocated on every title change and never gets
freed. Glib says to use g_malloc() with g_free() (used below) and it
seems switching to g_malloc() fixes the memory leak.

Refs https://github.com/cedl38/xfce4-windowck-plugin/issues/30



Signed-off-by: default avatarMateusz Gozdek <mgozdekof@gmail.com>
parent 28417eb1
No related branches found
No related tags found
1 merge request!9panel-plugin/title/windowck-title.c: fix memory leak on title change
Pipeline #14929 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment