Index: src/libcfa/concurrency/monitor
===================================================================
--- src/libcfa/concurrency/monitor	(revision 0c78741a61dd850124b501f52f3c3551c949c60d)
+++ src/libcfa/concurrency/monitor	(revision 0661678d7bbe17256939fcb3df49c922bad4c73e)
@@ -81,4 +81,8 @@
 }
 
+static inline void ^?{}( condition * this ) {
+	free( this->monitors );
+}
+
 void wait( condition * this );
 void signal( condition * this );
