Index: uspace/lib/cpp/include/internal/list.hpp
===================================================================
--- uspace/lib/cpp/include/internal/list.hpp	(revision 1d5424a62e28964b27026e710e31a143b8244dec)
+++ uspace/lib/cpp/include/internal/list.hpp	(revision ac68088f30575742a5308534e0748cce205b5202)
@@ -82,4 +82,6 @@
             prev->next = next;
             next->prev = prev;
+            next = this;
+            prev = this;
         }
     };
