Welcome to little lamb

Code » limb » release » tree

[release] / src / liblimb / cdbmake.h / cdbmaker_sa_free.c

/* This file is part of limb                           https://lila.oss/limb
 * Copyright (C) 2023 Olivier Brunel                          jjk@jjacky.com */
/* SPDX-License-Identifier: GPL-2.0-only */
#include <limb/cdbmake.h>
#include "cdbmake.h"

void
cdbmaker_sa_free(cdbmaker_sa *m)
{
    stralloc_free(&m->sa);
    genalloc_free(diu32, &m->hplist);
}