Fixing a memory leak on module unloading.

MFC after:	3 weeks
This commit is contained in:
avatar 2015-09-11 22:43:35 +00:00
parent d45edd9cbc
commit 3808f1f5df

View File

@ -1022,6 +1022,7 @@ uint32_t find_hash_out(struct reiserfs_mount *rmp)
}
} while (0);
free(ip, M_REISERFSNODE);
pathrelse(&path);
return (hash);
}