ObjFW  Check-in [81156ee75a]

Overview
Comment:No self = [self init…] with self-releasing @catch

When using self = [self init…], this already releases self on an
exception, so using it inside of a @try / @catch block that releases
self would lead to a double-release.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 81156ee75a9043e67e57fc8ee37c5a886e1bf0578ba127c43d656eeb2208d6c5
User & Date: js on 2018-02-25 17:16:23
Other Links: manifest | tags
Context
2018-02-25
18:10
OFURLHandler_HTTP: Require sockets and threads check-in: f4b11d1e1b user: js tags: trunk
17:16
No self = [self init…] with self-releasing @catch check-in: 81156ee75a user: js tags: trunk
16:06
OFURLHandler: Add a handler for HTTP(S) check-in: 5613565c63 user: js tags: trunk
Changes