ObjFW  Check-in [152fac94a7]

Overview
Comment:@finally { [pool release]; } is a bad idea when throwing exceptions.
The exception is released before it is ever caught.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.6
Files: files | file ages | folders
SHA3-256: 152fac94a7fb6a7eff21d60b0654c333b4bdf07fc2aa560df0028a3728bc1937
User & Date: js on 2012-03-02 16:37:10
Other Links: branch diff | manifest | tags
Context
2012-03-04
22:12
Add missing files to Xcode project. check-in: 86b49f91d8 user: js tags: 0.6
2012-03-02
16:37
@finally { [pool release]; } is a bad idea when throwing exceptions.
The exception is released before it is ever caught.
check-in: 152fac94a7 user: js tags: 0.6
2012-03-01
15:03
Fix OFDate documentation. check-in: 3a88ce0e8f user: js tags: 0.6
Changes