all repos — tint2 @ eb86d5ac0021d2d6ef7a12ccd4eb7c01fc6a7a9c

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

free ac_connected_cmd and ac_disconnected_cmd on cleanup
Sebastian Reichel sre@ring0.de
commit

eb86d5ac0021d2d6ef7a12ccd4eb7c01fc6a7a9c

parent

5b01670a22c2bab9aae67174a3f806a7047bee92

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

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

@@ -168,6 +168,10 @@ free(battery_uwheel_command);

battery_uwheel_command = NULL; free(battery_dwheel_command); battery_dwheel_command = NULL; + free(ac_connected_cmd); + ac_connected_cmd = NULL; + free(ac_disconnected_cmd); + ac_disconnected_cmd = NULL; stop_timeout(battery_timeout); battery_timeout = NULL; battery_found = 0;