pipebuffer: Silence out of heap space debug print

This commit is contained in:
Jakob Bornecrantz 2009-06-08 16:46:06 +02:00
parent b6753adbc7
commit 77c329a277

View file

@ -200,8 +200,8 @@ mm_bufmgr_create_buffer(struct pb_manager *mgr,
mm_buf->block = u_mmAllocMem(mm->heap, size, mm->align2, 0);
if(!mm_buf->block) {
debug_printf("warning: heap full\n");
#if 0
debug_printf("warning: heap full\n");
mmDumpMemInfo(mm->heap);
#endif
FREE(mm_buf);