2006-05-10 Robert Love <rml@novell.com>

* src/backends/NetworkManagerSuSE.c: Fix double free (Novell #173442).


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1725 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love
2006-05-10 14:38:44 +00:00
committed by Robert Love
parent 0e5527128e
commit c2872a8b6b
2 changed files with 4 additions and 1 deletions

View File

@@ -616,7 +616,6 @@ found:
keyv = g_strsplit (key, "-", 0);
real_key = g_strjoinv (NULL, keyv);
g_strfreev (keyv);
free (key);
}
security = nm_ap_security_wep_new_from_ap (ap, IW_AUTH_CIPHER_WEP104);
}