mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-05-05 14:26:28 -04:00
Added missing delete for windows in application's destructor.
This commit is contained in:
@@ -20,6 +20,7 @@ ApplicationNotes::ApplicationNotes(std::string name, bool startBackgound) :
|
||||
}
|
||||
|
||||
ApplicationNotes::~ApplicationNotes() {
|
||||
LOG_INFO("delelting");
|
||||
}
|
||||
|
||||
// Invoked upon receiving data message
|
||||
|
||||
Reference in New Issue
Block a user