main: Destroy static hash table
authorYevhenii Kolesnikov <yevhenii.kolesnikov@globallogic.com>
Thu, 18 Jul 2019 14:38:48 +0000 (17:38 +0300)
committerYevhenii Kolesnikov <yevhenii.kolesnikov@globallogic.com>
Fri, 19 Jul 2019 08:22:55 +0000 (11:22 +0300)
commit32b72cbca59a7d04a738087367bf886881a43f64
treed46ef17c4aae22b09ee44ddc81f8d1902f50dd2c
parent248161123cbd05a6c419ae69883b2d257db003d3
main: Destroy static hash table

format_array_format_table has a static lifetime - it will be destroyed
by an atexit handler.

Signed-off-by: Yevhenii Kolesnikov <yevhenii.kolesnikov@globallogic.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/main/formats.c