ObjFW  Check-in [e635b9a3fc]

Overview
Comment:Remove now useless release calls.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e635b9a3fc8c0d81b493b2b3f8b731ce75b85547fa5a0971d997afda4e4d2b1c
User & Date: js on 2009-01-24 15:33:42
Other Links: manifest | tags
Context
2009-01-24
20:28
[self alloc] isn't a good idea with the new API.
The reason is that a derived class, for example derived from OFArray,
would not return an OFArray when + arrayWithItemSize is called.
check-in: 7feac9e596 user: js tags: trunk
15:33
Remove now useless release calls. check-in: e635b9a3fc user: js tags: trunk
15:24
Adjust API to introduction of OFAutoreleasePool. check-in: 1496808b81 user: js tags: trunk
Changes