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