ObjFW  Check-in [03618ea87b]

Overview
Comment:Also release the pools when we release the pool list.
We need to do that manually as we disabled retain / release for the
list.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 03618ea87b2b32d00dd34185fd265a8a285af5438a8197d0fc8f85db5c15d095
User & Date: js on 2009-01-07 17:10:18
Other Links: manifest | tags
Context
2009-01-07
20:49
For some reason, proper overflow checks were only in OFBigArray. check-in: f724e6d794 user: js tags: trunk
17:10
Also release the pools when we release the pool list.
We need to do that manually as we disabled retain / release for the
list.
check-in: 03618ea87b user: js tags: trunk
2009-01-06
22:38
Use OFList and OFArray in OFAutoreleasePool.
This reduces code duplication and looks far better.
check-in: dfc10dbeb8 user: js tags: trunk
Changes