https://bugs.freedesktop.org/show_bug.cgi?id=61312
José Fonseca <jfons...@vmware.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from José Fonseca <jfons...@vmware.com> --- This assertion happened because code in st_mesa_to_tgsi.c was mixing up realloc() with FREE() for the same pointer, instead of using REALLOC()+FREE() or realloc() + free() consistent, as the debugging helpers are only enabled with the macros. But this has been fixed since then. It wasn't a single fix. The last one was 11070105f0b5ad20f12bb40a8dd0b357924bcfdd. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev