From fb15be839500c39f6c2f006f45306d439e1a7add Mon Sep 17 00:00:00 2001 From: Daniel Buch Date: Sun, 27 Oct 2013 12:45:52 +0100 Subject: path_lookup: moved _cleanup_lookup_paths_free_ from install.c to path-lookup.h --- src/systemctl/systemctl.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/systemctl') diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index d458c6588d..87a6985cc9 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -4223,7 +4223,7 @@ static int enable_sysv_units(const char *verb, char **args) { #if defined(HAVE_SYSV_COMPAT) && defined(HAVE_CHKCONFIG) unsigned f = 1, t = 1; - LookupPaths paths = {}; + _cleanup_lookup_paths_free_ LookupPaths paths = {}; if (arg_scope != UNIT_FILE_SYSTEM) return 0; @@ -4361,8 +4361,6 @@ static int enable_sysv_units(const char *verb, char **args) { } finish: - lookup_paths_free(&paths); - /* Drop all SysV units */ for (f = 0, t = 0; args[f]; f++) { -- cgit v1.2.3-54-g00ecf