Xinqi Bao's Git

free all allocated items, use %zu for size_t
authorNRK <[email protected]>
Fri, 25 Mar 2022 21:51:09 +0000 (22:51 +0100)
committerHiltjo Posthuma <[email protected]>
Fri, 25 Mar 2022 21:53:50 +0000 (22:53 +0100)
`items` itself is not checked for NULL as calling free on NULL is defined to be
a no-op.


No differences found