network: Fix small memory leak
This commit is contained in:
parent
6211337ad6
commit
4ba3a2c3d1
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ device_ethernet_refresh_ui (NetDeviceEthernet *device)
|
|||
NMDevice *nm_device;
|
||||
NMDeviceState state;
|
||||
GtkWidget *widget;
|
||||
gchar *speed = NULL;
|
||||
g_autofree gchar *speed = NULL;
|
||||
|
||||
nm_device = net_device_get_nm_device (NET_DEVICE (device));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue