mirror of
https://review.haiku-os.org/haiku
synced 2025-01-24 07:14:48 +01:00
212cb7333a
When closing a file whose package had been removed, PackageFile::VFSUninit() would crash due to calling Package::Close() on an already destroyed Package object. PackageNode does now hold a reference to the package between VFSInit() and VFSUninit().