mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 09:00:08 +01:00
gallium/util: fix resource leak
CovID: 401540 Signed-off-by: Eric Engestrom <eric@engestrom.ch> Signed-off-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
This commit is contained in:
parent
e713a9e613
commit
d1fe26a628
1 changed files with 2 additions and 0 deletions
|
|
@ -157,6 +157,8 @@ util_format_s3tc_init(void)
|
|||
util_format_dxt5_rgba_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgba_dxt5;
|
||||
util_format_dxtn_pack = (util_format_dxtn_pack_t)tx_compress_dxtn;
|
||||
util_format_s3tc_enabled = TRUE;
|
||||
|
||||
util_dl_close(library);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue