diff options
Diffstat (limited to 'daemon/9p.c')
-rw-r--r-- | daemon/9p.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/9p.c b/daemon/9p.c index 9e89e080..550516eb 100644 --- a/daemon/9p.c +++ b/daemon/9p.c @@ -82,7 +82,6 @@ do_list_9p (void) if (add_string (&r, &size, &alloc, mount_tag) == -1) { free (mount_tag); - free_stringslen (r, size); closedir (dir); return NULL; } |