all repos — tint2 @ a46d22b31f3185d6c346f745d2ade3f3a07dcd0c

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Fix minor memory leak
o9000 mrovi9000@gmail.com
commit

a46d22b31f3185d6c346f745d2ade3f3a07dcd0c

parent

7ad8bbe6e7267655596bd8fcddddba6939b11f2a

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/execplugin/execplugin.csrc/execplugin/execplugin.c

@@ -76,6 +76,7 @@ imlib_free_image();

execp->backend->icon = NULL; } free_and_null(execp->backend->buf_stdout); + free_and_null(execp->backend->buf_stderr); free_and_null(execp->backend->text); free_and_null(execp->backend->icon_path); if (execp->backend->child) {