Artifact 6db7373fe9676927cd1788f9579a0daaf269ac6e8aa6fb01421d5a2995633f2c:
- File
src/OFTarArchiveEntry.m
-
2022-10-06 23:33:25
— part of check-in
[6c08b57605]
on branch trunk
— OFTarArchive: Make returned streams retain archive
In order to not create a retain cycle, this changes the reference to the
last returned stream to an unsafe unretained one that the stream itself
resets to nil in its dealloc. (user: js, size: 9261) [annotate] [blame] [check-ins using] - 2022-10-18 21:34:46 — part of check-in [d1dd66e668] on branch 1.0 — Merge trunk into 1.0 branch (user: js, size: 9261) [annotate] [blame] [check-ins using]
- 2022-10-18 22:19:55 — part of check-in [80dbc3c570] on branch amiga-library — Merge trunk into branch "amiga-library" (user: js, size: 9261) [annotate] [blame] [check-ins using]
-
2022-10-06 23:33:25
— part of check-in
[6c08b57605]
on branch trunk
— OFTarArchive: Make returned streams retain archive