Diff between 14131675502b14fc83b59b12573c2e88ade1e467 and c6fc73e1fac31b09a367414c64462d96123e4467

Changed Files

File Additions Deletions Status
attrib/client.c +1 -0 modified

Full Patch

diff --git a/attrib/client.c b/attrib/client.c
index 1455c31..9efcec9 100644
--- a/attrib/client.c
+++ b/attrib/client.c
@@ -227,6 +227,7 @@ static void watcher_exit(DBusConnection *conn, void *user_data)
 	DBG("%s watcher %s exited", gatt->path, watcher->name);
 
 	gatt->watchers = g_slist_remove(gatt->watchers, watcher);
+	remove_attio(gatt);
 }
 
 static int characteristic_set_value(struct characteristic *chr,