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