gui/network_setup.cpp: fix memleaks when using CMenuForwarder

This commit is contained in:
[CST] Focus
2012-05-05 13:42:14 +04:00
parent 464199411d
commit bc0674433c
2 changed files with 32 additions and 28 deletions

View File

@@ -76,6 +76,8 @@ class CNetworkSetup : public CMenuTarget, CChangeObserver
CMenuForwarder* dhcpDisable[5];
CMenuForwarder* wlanEnable[2];
CSectionsdConfigNotifier* sectionsdConfigNotifier;
void restoreNetworkSettings();
void prepareSettings();