Index: /trunk/xcache.c
===================================================================
--- /trunk/xcache.c	(revision 558)
+++ /trunk/xcache.c	(revision 559)
@@ -581,5 +581,7 @@
 	}
 	add_assoc_zval_ex(return_value, ZEND_STRS("free_blocks"), blocks);
+#ifndef NDEBUG
 	assert(avail == handlers->avail(mem));
+#endif
 }
 /* }}} */
