Index: src/libcfa/concurrency/monitor
===================================================================
--- src/libcfa/concurrency/monitor	(revision a933dcf4f76c961f7d549e1d12cb5c25c204c120)
+++ 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 );
