ObjFW  Check-in [e6f6113b5c]

Overview
Comment:No need to override -[release] in OFAutoreleasePool.

As we can't retain a pool, -[dealloc] will always be called when -[release]
is called.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e6f6113b5c73f105c7c8d4c61dcc948f7bb3fcf7333e984b561b657370de849b
User & Date: js on 2009-06-02 20:15:34
Other Links: manifest | tags
Context
2009-06-03
03:54
Add methods to remove leading or trailing whitespaces or both. check-in: 2496d46c35 user: js tags: trunk
2009-06-02
20:15
No need to override -[release] in OFAutoreleasePool. check-in: e6f6113b5c user: js tags: trunk
19:25
Improve -[readLine] in OFStream. check-in: f1dae95070 user: js tags: trunk
Changes