mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 21:14:35 +03:00
Free movingBar memory on exit
This commit is contained in:

committed by
cgzones

parent
8a849bc85a
commit
71c068ad28
@ -24,6 +24,8 @@ struct MetersPanel_ {
|
||||
bool moving;
|
||||
};
|
||||
|
||||
void MetersPanel_cleanup(void);
|
||||
|
||||
void MetersPanel_setMoving(MetersPanel* this, bool moving);
|
||||
|
||||
extern PanelClass MetersPanel_class;
|
||||
|
Reference in New Issue
Block a user