Index: uspace/lib/ipcgfx/src/server.c
===================================================================
--- uspace/lib/ipcgfx/src/server.c	(revision 94f3747905c49c5a1d7e8a5b850e5d66a8acad7e)
+++ uspace/lib/ipcgfx/src/server.c	(revision b7eea3c9f68f6a2c4ab07505f34a1dcf45c4bd83)
@@ -381,4 +381,5 @@
 	}
 
+	// TODO: Destroy all remaining bitmaps (+ emit warning?)
 	return EOK;
 }
Index: uspace/srv/hid/display/main.c
===================================================================
--- uspace/srv/hid/display/main.c	(revision 94f3747905c49c5a1d7e8a5b850e5d66a8acad7e)
+++ uspace/srv/hid/display/main.c	(revision b7eea3c9f68f6a2c4ab07505f34a1dcf45c4bd83)
@@ -197,4 +197,8 @@
 		}
 
+		/*
+		 * XXX We need a way to make sure that the connection does
+		 * not stay active after the window had been destroyed
+		 */
 		gc = ds_window_get_ctx(wnd);
 		gc_conn(icall, gc);
