aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sh/pathphys.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sh/pathphys.c')
-rw-r--r--lib/sh/pathphys.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sh/pathphys.c b/lib/sh/pathphys.c
index 4d6304c..1f73944 100644
--- a/lib/sh/pathphys.c
+++ b/lib/sh/pathphys.c
@@ -285,6 +285,7 @@ sh_realpath (pathname, resolved)
{
strncpy (resolved, wd, PATH_MAX - 1);
resolved[PATH_MAX - 1] = '\0';
+ free (wd);
return resolved;
}
else