Separator: fix memory leak
This commit is contained in:
parent
07865142b2
commit
5e124c7a97
1 changed files with 1 additions and 0 deletions
|
@ -258,6 +258,7 @@ void cleanup()
|
|||
#ifdef ENABLE_BATTERY
|
||||
cleanup_battery();
|
||||
#endif
|
||||
cleanup_separator();
|
||||
cleanup_panel();
|
||||
cleanup_config();
|
||||
|
||||
|
|
Loading…
Reference in a new issue