main: Free memory allocated for gl_bitmap_atlas structure
authorYevhenii Kolesnikov <yevhenii.kolesnikov@globallogic.com>
Tue, 23 Jul 2019 15:35:29 +0000 (18:35 +0300)
committerMarek Olšák <marek.olsak@amd.com>
Wed, 24 Jul 2019 19:31:26 +0000 (15:31 -0400)
commit53730ab32cd539c2ccce6027f7b873ed65b675cd
tree9f8bdfc7390483f30fd497fe3a20f1e0a6b44828
parente272fdd508f844f6545827273b3cf2f109759a6d
main: Free memory allocated for gl_bitmap_atlas structure

Structure itself wasn't freed during context tear-down, causing a
memory leak on iris.

Signed-off-by: Yevhenii Kolesnikov <yevhenii.kolesnikov@globallogic.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/main/dlist.c