diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/shared/path-util.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/path-util.c b/src/shared/path-util.c index ad9dc882b2..ee87c7493d 100644 --- a/src/shared/path-util.c +++ b/src/shared/path-util.c @@ -524,6 +524,9 @@ fallback: return -errno; } + free(parent); + parent = NULL; + r = path_get_parent(t, &parent); if (r < 0) return r; |