mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
pan/decode: Don't print unreferenced attribute memory
This is a source of uninitialized memory leaking into the traces. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
parent
897110a566
commit
9dfbc8dc03
1 changed files with 1 additions and 1 deletions
|
|
@ -1801,7 +1801,7 @@ pandecode_vertex_tiler_postfix_pre(const struct mali_vertex_tiler_postfix *p,
|
|||
unsigned max_attr_index = pandecode_attribute_meta(job_no, attribute_count, p, false, suffix);
|
||||
|
||||
attr_mem = pandecode_find_mapped_gpu_mem_containing(p->attributes);
|
||||
pandecode_attributes(attr_mem, p->attributes, job_no, suffix, max_attr_index + 1, false);
|
||||
pandecode_attributes(attr_mem, p->attributes, job_no, suffix, max_attr_index, false);
|
||||
}
|
||||
|
||||
/* Varyings are encoded like attributes but not actually sent; we just
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue