diff options
Diffstat (limited to 'fs.c')
| -rw-r--r-- | fs.c | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -381,6 +381,7 @@ itrunc(struct inode *ip)          bfree(ip->dev, a[j]);      }      brelse(bp); +    bfree(ip->dev, ip->addrs[INDIRECT]);      ip->addrs[INDIRECT] = 0;    }  | 
