diff options
Diffstat (limited to 'nfs')
-rw-r--r-- | nfs/cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nfs/cache.c b/nfs/cache.c index 4719ae36..b48152ea 100644 --- a/nfs/cache.c +++ b/nfs/cache.c @@ -158,7 +158,6 @@ netfs_node_norefs (struct node *np) hurd_ihash_locp_remove (&nodehash, np->nn->slot); if (np->nn->dtrans == SYMLINK) free (np->nn->transarg.name); - free (np->nn); free (np); } } |