darlinghq / darling-dmg

FUSE module for .dmg files (containing an HFS+ filesystem)
http://www.darlinghq.org
GNU General Public License v3.0
273 stars 45 forks source link

CacheZone object are now shared_ptr. #86

Open jief666 opened 6 years ago

jief666 commented 6 years ago

Some CacheZone object were shared, but could be destroyed. For example, once you called DMGDisk::readerForPartition, you can now delete DMGDisk and only keep the Reader object.

Took the occasion to remove unused mustbreak integer.