Added missing delete for windows in application's destructor.

This commit is contained in:
Robert Borzecki
2019-08-27 09:58:24 +02:00
parent c3a93ea459
commit 56e1c21c2a
3 changed files with 5 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ ApplicationNotes::ApplicationNotes(std::string name, bool startBackgound) :
}
ApplicationNotes::~ApplicationNotes() {
LOG_INFO("delelting");
}
// Invoked upon receiving data message