2007-08-20 Dan Williams <dcbw@redhat.com>
* src/supplicant-manager/nm-supplicant-interface.c - (interface_disconnect_done): don't try to dispose of the net proxy when it may already have been disposed of git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2719 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2007-08-20 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* src/supplicant-manager/nm-supplicant-interface.c
|
||||
- (interface_disconnect_done): don't try to dispose of the net proxy
|
||||
when it may already have been disposed of
|
||||
|
||||
2007-08-20 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* src/nm-device-802-11-wireless.c
|
||||
|
@@ -917,8 +917,10 @@ interface_disconnect_done (gpointer data)
|
||||
NMSupplicantInfo *info = (NMSupplicantInfo *) data;
|
||||
NMSupplicantInterfacePrivate *priv = NM_SUPPLICANT_INTERFACE_GET_PRIVATE (info->interface);
|
||||
|
||||
g_object_unref (priv->net_proxy);
|
||||
priv->net_proxy = NULL;
|
||||
if (priv->net_proxy) {
|
||||
g_object_unref (priv->net_proxy);
|
||||
priv->net_proxy = NULL;
|
||||
}
|
||||
|
||||
nm_supplicant_info_destroy (data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user