aboutsummaryrefslogtreecommitdiffstats
path: root/src/zfree.c
blob: 622faae4bad699d8d19bf09ea31b5d940e38bba4 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* See LICENSE file for copyright and license details. */
#include "internals"


void
zfree(z_t a)
{
	free(a->chars);
}