Diff between 9a4318f6d23707a7411f4e3b80b05e3c55b3d428 and e4bf2b16ddf6cd8eaf998ca3b0c6511f0602ea38

Changed Files

File Additions Deletions Status
gdbus/watch.c +1 -1 modified

Full Patch

diff --git a/gdbus/watch.c b/gdbus/watch.c
index a402ca9..07feb61 100644
--- a/gdbus/watch.c
+++ b/gdbus/watch.c
@@ -574,7 +574,7 @@ static DBusHandlerResult message_filter(DBusConnection *connection,
 			continue;
 
 		remove_match(data);
-		listeners = g_slist_remove_link(listeners, l);
+		listeners = g_slist_delete_link(listeners, l);
 
 		filter_data_free(data);
 	}