From: NRK Date: Fri, 25 Mar 2022 21:51:09 +0000 (+0100) Subject: free all allocated items, use %zu for size_t X-Git-Url: https://git.xinqibao.xyz/dmenu.git/commitdiff_plain/b43ec0577f2ad8ad33a0b893fe5360d966036786?ds=sidebyside;hp=b43ec0577f2ad8ad33a0b893fe5360d966036786 free all allocated items, use %zu for size_t `items` itself is not checked for NULL as calling free on NULL is defined to be a no-op. ---