DOKK / manpages / debian 10 / libowfat-dev / cdb_free.3.en
cdb_free(3) Library Functions Manual cdb_free(3)

cdb_free - close a constant databased

#include <cdb.h>

int cdb_free(struct cdb *c);

cdb_free removes any memory mapping that cdb_init might have established.

It will not close the file descriptor that you passed to cdb_init or attempt to call free() on the struct cdb pointer.

cdb_free(3), cdb_read(3), cdb_find(3), cdbmake(1)