free all allocated items, use %zu for size_t
authorNRK <nrk@disroot.org>
Fri, 25 Mar 2022 21:51:09 +0000 (22:51 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Fri, 25 Mar 2022 21:53:50 +0000 (22:53 +0100)
commitb43ec0577f2ad8ad33a0b893fe5360d966036786
tree884cebe5dc68242733e9a8e916fc16932e695793
parent22511c41d55a38a770541ae617a09383d5e6ad1c
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.
dmenu.c