network: Plug memory leaks

https://bugzilla.gnome.org/show_bug.cgi?id=693879
This commit is contained in:
Thomas Bechtold 2013-02-15 13:22:07 +01:00 committed by Bastien Nocera
parent f0b3d1afaa
commit b5335bf2e7
4 changed files with 7 additions and 0 deletions

View file

@ -420,6 +420,8 @@ populate_ui (NetDeviceEthernet *device)
gtk_widget_hide (device->details);
gtk_widget_hide (device->details_button);
}
g_slist_free (connections);
}
static void