mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 03:20:18 +01:00
Remove uneccessary array free
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3516 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
62cebd438f
commit
f7943baac4
1 changed files with 0 additions and 1 deletions
|
|
@ -319,7 +319,6 @@ clean_up_aps (NMDevice80211Wireless *self, gboolean notify)
|
|||
g_ptr_array_remove (priv->aps, ap);
|
||||
g_object_unref (ap);
|
||||
}
|
||||
g_ptr_array_foreach (priv->aps, (GFunc) g_object_unref, NULL);
|
||||
g_ptr_array_free (priv->aps, TRUE);
|
||||
priv->aps = NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue