jonblack / arduino-menusystem

Arduino library for implementing a menu system
MIT License
194 stars 85 forks source link

destructor to free memory #86

Open infrafast opened 4 years ago

infrafast commented 4 years ago

there is no destructor hence memory consmption increase as we create and destroy dynamically menus. Destructor with proper object free should be implemented