Fixing a memory leak on module unloading.
MFC after: 3 weeks
This commit is contained in:
parent
d45edd9cbc
commit
3808f1f5df
@ -1022,6 +1022,7 @@ uint32_t find_hash_out(struct reiserfs_mount *rmp)
|
||||
}
|
||||
} while (0);
|
||||
|
||||
free(ip, M_REISERFSNODE);
|
||||
pathrelse(&path);
|
||||
return (hash);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user