Diff between 0624791ea6e917d6c9ecb8e7e6e5a1327199448d and a5fe71eaccada41eee95853b8eb2b2b160756b48

Changed Files

File Additions Deletions Status
profiles/network/connection.c +0 -1 modified

Full Patch

diff --git a/profiles/network/connection.c b/profiles/network/connection.c
index b56312f..fc9da1c 100644
--- a/profiles/network/connection.c
+++ b/profiles/network/connection.c
@@ -592,7 +592,6 @@ static void connection_free(void *data)
 		dbus_message_unref(nc->connect);
 
 	g_free(nc);
-	nc = NULL;
 }
 
 static void peer_free(struct network_peer *peer)