mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 05:48:07 +02:00
gallium: Fix typo.
This commit is contained in:
parent
732422f670
commit
d09b92d7e4
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ debug_memory_report(void)
|
|||
hdr = LIST_ENTRY(struct debug_memory_header, entry, head);
|
||||
ptr = (void *)((char *)hdr + sizeof(*hdr));
|
||||
if(hdr->no >= start_no)
|
||||
debug_printf("%s:%u:%s: %u byte st %p not freed\n",
|
||||
debug_printf("%s:%u:%s: %u bytes at %p not freed\n",
|
||||
hdr->file, hdr->line, hdr->function,
|
||||
hdr->size, ptr);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue