https://bugs.freedesktop.org/show_bug.cgi?id=41677
José Fonseca <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from José Fonseca <[email protected]> 2011-10-11 06:19:37 PDT --- free(NULL) is allowed, at least on linux. I could fix this, but there are many other cases in the source where this happens, and it would be a distraction from real issues to fix them all now. It looks like this issue was spotted by a static code analysis tool. Could you reconfigure the tool to not report free(NULL) issues instead? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
