ObjFW  Check-in [e9d48d0beb]

Overview
Comment:Call [super free] on error in init methods.

Reason is that - free might free stuff which is allocated during the
initialization, which might not be allocated when an error occurred.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e9d48d0beb030438b66db0bfede05348e6dd8d99263ac1829efaf333c92fe673
User & Date: js on 2009-05-01 18:15:32
Other Links: manifest | tags
Context
2009-05-01
19:38
Some tests were still using #import for C headers. Fixed. check-in: f198059455 user: js tags: trunk
18:15
Call [super free] on error in init methods. check-in: e9d48d0beb user: js tags: trunk
2009-04-28
20:31
Fix two missing spaces. check-in: 14f74f3c2f user: js tags: trunk
Changes