summaryrefslogtreecommitdiffstats
path: root/src/nvme/cleanup.c
blob: e652e33dce9041fa9560b92c0a88678fb0fc866a (plain)
1
2
3
4
5
// SPDX-License-Identifier: LGPL-2.1-or-later
#include <stdlib.h>
#include "cleanup.h"

DEFINE_CLEANUP_FUNC(cleanup_charp, char *, free);