]> git.mdlowis.com Git - proto/labwc.git/commit
scaled_font_buffer.c: simplify calls to zfree()
authorJohan Malm <jgm323@gmail.com>
Tue, 2 Aug 2022 21:01:51 +0000 (22:01 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Fri, 12 Aug 2022 09:16:17 +0000 (11:16 +0200)
commita610aff946d4fb2d7f16f2cbe818fe91b0ba5f79
tree2bf0f846c858f7eff15b74a86ce2a30fa7dcda06
parent429df42a8fa9788eae6a4473ec66ffe3db4e8981
scaled_font_buffer.c: simplify calls to zfree()

There is no need to check foo != NULL before zfree(foo)
src/common/scaled_font_buffer.c