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 --- src/npassd/collection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/npassd/collection.c') diff --git a/src/npassd/collection.c b/src/npassd/collection.c index ff5ffae..a190b79 100644 --- a/src/npassd/collection.c +++ b/src/npassd/collection.c @@ -40,7 +40,7 @@ static int handle_create_item(__attribute__((unused)) sd_bus_message *msg, return 0; } -static void collection_free(struct collection *c) +void collection_free(struct collection *c) { if (c == NULL) return; -- cgit v1.2.3