]> git.lizzy.rs Git - dragonfireclient.git/commit
guiScalingFilter: Fix most memory leaks (#12256)
authorSmallJoker <SmallJoker@users.noreply.github.com>
Wed, 4 May 2022 18:55:13 +0000 (20:55 +0200)
committerGitHub <noreply@github.com>
Wed, 4 May 2022 18:55:13 +0000 (20:55 +0200)
commit3ce5a68cd12e45d7b618c49e205936fb140ecbfe
tree22e234febf709749b06056292ef6784fbcd28534
parent0704ca055059088bdd53e15be672e6b5663b8f50
guiScalingFilter: Fix most memory leaks (#12256)

Calls to the cache function ended up creating a new texture regardless whether
the texture is already cached.
src/client/client.cpp
src/client/guiscalingfilter.cpp