[systemd-devel] [PATCH] tmpfiles: Add free that was missed in 5c795114

Zbigniew Jędrzejewski-Szmek zbyszek at in.waw.pl
Thu Jan 30 19:46:49 PST 2014


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


More information about the systemd-devel mailing list