+
+ if(getTestOption(VERBOSITY_OPTION) && ctst_allocated_total>0) {
+ fprintf(stderr,"ctst_freeAll(): cleaned up after %d allocations (queue of %d)\n", ctst_allocated_total, CTST_MAX_ALLOC);
+ }
+#ifdef URES_DEBUG
+ if(ures_dumpCacheContents()) {
+ fprintf(stderr, "Error: After final u_cleanup, RB cache was not empty.\n");
+ nerrors++;
+ } else {
+ fprintf(stderr,"OK: After final u_cleanup, RB cache was empty.\n");
+ }
+#endif