On Thu, Jan 30, 2014 at 05:15:27PM -0800, Michael Marineau wrote: > --- > 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); Good catch. I applied a slightly different fix though (commit 498f8a3).
Zbyszek _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
