snprintf(memory_leak_buf,512,"%s: Freeing 0x%0.8X (%d bytes), allocated in %s on line %d<br>\n",SG(request_info).path_translated,(void*)((char*)t+sizeof(mem_header)+PLATFORM_PADDING),t->size,t->filename,t->lineno);
snprintf(memory_leak_buf,512,"%s: Freeing 0x%0.8X (%d bytes), allocated in %s on line %d<br>\n",SG(request_info).path_translated,ptr,t->size,t->filename,t->lineno);