ObjFW  Check-in [1c798ffa3f]

Overview
Comment:Get rid of a @try block in OFString.

This works since we release all pools on top of the pool being released
as well now.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1c798ffa3fb6da58ed3eccdeefbe121cd1e10bfe9656618182ea40a870550510
User & Date: js on 2009-05-13 19:39:35
Other Links: manifest | tags
Context
2009-05-13
19:49
There's no need for + initialize to return anything. check-in: 917188fdcc user: js tags: trunk
19:39
Get rid of a @try block in OFString. check-in: 1c798ffa3f user: js tags: trunk
17:58
Also release pools that are on top of the pool being released. check-in: 4f4f619d84 user: js tags: trunk
Changes