Free movingBar memory on exit

This commit is contained in:
Christian Göttsche
2020-09-11 20:14:56 +02:00
committed by cgzones
parent 8a849bc85a
commit 71c068ad28
3 changed files with 11 additions and 0 deletions

View File

@ -24,6 +24,8 @@ struct MetersPanel_ {
bool moving;
};
void MetersPanel_cleanup(void);
void MetersPanel_setMoving(MetersPanel* this, bool moving);
extern PanelClass MetersPanel_class;