From 14a5ba837f78bca9d524d29b9800869173fe45ba Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 1 May 2024 07:42:19 +0530 Subject: npassd/service/service_free: free collections --- include/npassd/collection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/npassd/collection.h') diff --git a/include/npassd/collection.h b/include/npassd/collection.h index 36d6b72..40c100f 100644 --- a/include/npassd/collection.h +++ b/include/npassd/collection.h @@ -16,6 +16,7 @@ struct collection { LIST_HEAD(collection_dlist, collection); +void collection_free(struct collection *c); int collection_new(sd_bus *bus, struct sqlite3 *db, struct collection **p, const char *alias, const char *label, const char *root); int collection_root_make(const char *label, const char *alias, char **root); -- cgit v1.2.3