mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 18:56:49 +01:00
4498948fcf
Inode::_FindPath() always deletes the inode it uses regardless the source, including when it's from the HashtableInodeSource. But the later returned the inode object directly from the hashtable when it's inside, so it gets deleted bu _FindPath… then reused later on when searching the hashtable again. I'm not sure it's the correct solution but at least malloc_debug doesn't complain anymore.