~aleteoryx/muditaos

5d5bb198a45c3bbe08d39c4621840ac948be7ec3 — Marcin Zieliński 3 years ago f3724cf
[MOS-801] Fix memory handling around NetworkWindow

Added the missing window destroyer.
1 files changed, 2 insertions(+), 0 deletions(-)

M module-apps/application-settings/windows/network/NetworkWindow.hpp
M module-apps/application-settings/windows/network/NetworkWindow.hpp => module-apps/application-settings/windows/network/NetworkWindow.hpp +2 -0
@@ 18,6 18,8 @@ namespace gui
        auto buildOptionsList() -> std::list<Option> override;
        app::settingsInterface::OperatorsSettings *operatorsSettings;

        OptionWindowDestroyer rai_destroyer = OptionWindowDestroyer(*this);

      public:
        NetworkWindow(app::ApplicationCommon *app, app::settingsInterface::OperatorsSettings *operatorsSettings);