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