/* See LICENSE file for copyright and license details. */ #include "internals" #include void zfree(z_t a) { free(a->chars); a->alloced = 0; a->chars = 0; }