all repos — tint2 @ 5e124c7a979fd4483994fbaaaf9facd31624f397

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

Separator: fix memory leak
o9000 mrovi9000@gmail.com
commit

5e124c7a979fd4483994fbaaaf9facd31624f397

parent

07865142b241a471a0dff6772a5f5dbeed06f607

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

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

@@ -258,6 +258,7 @@ cleanup_launcher();

#ifdef ENABLE_BATTERY cleanup_battery(); #endif + cleanup_separator(); cleanup_panel(); cleanup_config();