Index: libcfa/src/concurrency/cofor.hfa
===================================================================
--- libcfa/src/concurrency/cofor.hfa	(revision cce0807bda0b7225dfa1e297cee67d159ff260b9)
+++ libcfa/src/concurrency/cofor.hfa	(revision 6a0b043e80fdf4cf1c67a5448b9dd15216278047)
@@ -37,4 +37,6 @@
         runner_node * node = &try_pop_front( items );
 		unlock( mutex_lock );
+		if ( !node )
+			continue;
         func( node->value );
         free( node->value );
