summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/afs/src/appl/pts/pts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/afs/src/appl/pts/pts.c b/usr.sbin/afs/src/appl/pts/pts.c
index 8f0b1a5fb1d..57dc6da50e4 100644
--- a/usr.sbin/afs/src/appl/pts/pts.c
+++ b/usr.sbin/afs/src/appl/pts/pts.c
@@ -726,6 +726,7 @@ listowned_1 (struct rx_connection *conn, const char *user)
}
free(pr.val);
+ free(name);
return 0;
}