diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-09-23 01:43:28 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-09-23 01:45:34 +0200 |
commit | 8ea913b2eaadbd92e069ea6b71cc5f5df409decf (patch) | |
tree | 17801331900df94b4cf05fa232d755fac7f3929a /src/install.c | |
parent | 0fe9972f3c2e20b649e0e7da0e61945253622128 (diff) |
coverity: fix a couple of bugs found by coverity
Diffstat (limited to 'src/install.c')
-rw-r--r-- | src/install.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/install.c b/src/install.c index 7443973502..53dd26fd7f 100644 --- a/src/install.c +++ b/src/install.c @@ -479,7 +479,6 @@ static int find_symlinks_fd( t = path_make_absolute(name, config_path); if (!t) { free(p); - free(dest); r = -ENOMEM; break; } |