fixed some memory leaks
This commit is contained in:
parent
526955ecda
commit
12521e4e10
2 changed files with 24 additions and 2 deletions
|
@ -19,4 +19,4 @@ static const char timeformat[] = "%y-%m-%d %H:%M:%S";
|
|||
|
||||
/* statusbar */
|
||||
#define FORMATSTRING "wifi %4s | bat %4s | cpu %4s %3s | ram %3s | vol %4s | %3s"
|
||||
#define ARGUMENTS wifi_signal(), battery(), cpu_usage(), cpu_temperature(), ram_usage(), volume(), datetime()
|
||||
#define ARGUMENTS pWifi_signal, pBattery, pCpu_usage, pCpu_temperature, pRam_usage, pVolume, pDatetime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue