summaryrefslogtreecommitdiff
path: root/src/core/collections.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-11-26 18:21:13 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-11-26 18:21:13 (GMT)
commit70a1a55321282d0aa1e7f13d327db21aa25d212a (patch)
treec5ef0d8050af491abb587a01a5c93fed5188353d /src/core/collections.h
parentc951852890ce173c4d65450157d42127da2d061c (diff)
Fixed some memory leaks at exit.
Diffstat (limited to 'src/core/collections.h')
-rw-r--r--src/core/collections.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/collections.h b/src/core/collections.h
index 1191f4c..d60125b 100644
--- a/src/core/collections.h
+++ b/src/core/collections.h
@@ -44,6 +44,9 @@ void unload_collection_definitions(void);
/* Construit un nouvel ensemble de collections. */
GList *create_collections_list(void);
+/* Détruit un ensemble de collections. */
+void delete_collections_list(GList **);
+
#endif /* _ANALYSIS_DB_COLLECTION_H */