summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_fs_fp.cpp
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-11-16 09:56:03 -0800
committerEric Anholt <eric@anholt.net>2012-11-25 18:25:26 -0800
commit59bfd66a614177320817a97e1dadfcfcf3b9b092 (patch)
treecb50a71bb636d0aa9ae18bd0f7f6635c6ab58336 /src/mesa/drivers/dri/i965/brw_fs_fp.cpp
parent244db0855c3c604211d7a868240ec927610881dd (diff)
i965/gen4: Fix memory leak each time compile_gs_prog() is called.
Commit 774fb90db3e83d5e7326b7a72e05ce805c306b24 introduced a ralloc context to each user of struct brw_compile, but for this one a NULL context was used, causing the later ralloc_free(mem_ctx) to not do anything. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=55175 NOTE: This is a candidate for the stable branches.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs_fp.cpp')
0 files changed, 0 insertions, 0 deletions