[systemd-devel] [PATCH] tmpfiles: Add free that was missed in 5c795114
Michael Marineau
michael.marineau at coreos.com
Thu Jan 30 17:15:27 PST 2014
---
src/tmpfiles/tmpfiles.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c
index bff9527..ae74af9 100644
--- a/src/tmpfiles/tmpfiles.c
+++ b/src/tmpfiles/tmpfiles.c
@@ -1509,6 +1509,7 @@ finish:
hashmap_free(globs);
strv_free(include_prefixes);
+ strv_free(exclude_prefixes);
set_free_free(unix_sockets);
--
1.8.5.3
More information about the systemd-devel
mailing list