mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 14:40:21 +01:00
2005-08-04 Robert Love <rml@novell.com>
* gnome/applet/other-network-dialog.c: fix leak. "label" needs to be
freed.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@819 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
e8811ac398
commit
085a86bbb1
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-08-04 Robert Love <rml@novell.com>
|
||||
|
||||
* gnome/applet/other-network-dialog.c: fix leak. "label" needs to be
|
||||
freed.
|
||||
|
||||
2005-08-04 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* gnome/applet/applet-dbus-info.c
|
||||
|
|
|
|||
|
|
@ -231,6 +231,7 @@ static GtkDialog *nmwa_other_network_dialog_init (GladeXML *xml, NMWirelessApple
|
|||
_("Enter the ESSID of the wireless network to which you wish to connect."));
|
||||
}
|
||||
gtk_label_set_markup (GTK_LABEL (glade_xml_get_widget (xml, "essid_label")), label);
|
||||
g_free (label);
|
||||
|
||||
/* Do we have multiple Network cards? */
|
||||
g_mutex_lock (applet->data_mutex);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue