mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
network_setup: fix memleak
Origin commit data
------------------
Commit: 9cd9b13e2c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-22 (Wed, 22 Jan 2020)
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
|
||||
#include <system/setting_helpers.h>
|
||||
#include <system/configure_network.h>
|
||||
#include <gui/netfs_setup.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
@@ -84,7 +85,7 @@ class CNetworkSetup : public CMenuTarget, CChangeObserver
|
||||
void backupNetworkSettings();
|
||||
int showNetworkSetup();
|
||||
void showNetworkNTPSetup(CMenuWidget *menu_ntp);
|
||||
void showNetworkNFSMounts(CMenuWidget *menu_nfs);
|
||||
void showNetworkNFSMounts(CMenuWidget *menu_nfs,CNETFSMountGui *netfsMountGui);
|
||||
int saveChangesDialog();
|
||||
void applyNetworkSettings();
|
||||
void saveNetworkSettings();
|
||||
|
Reference in New Issue
Block a user