ObjFW  Check-in [3d8286feee]

Overview
Comment:Remove of_free()

While it makes sense to wrap malloc and calloc to replace the error
checking with exceptions, it does not make sense to wrap free.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 3d8286feee5175558f5f9aee25703c42114e5aaa780efe82527660c8031a4b3e
User & Date: js on 2020-11-04 23:18:25
Other Links: manifest | tags
Context
2020-11-05
00:24
Avoid -[allocMemoryWithSize:] for temporary memory check-in: 0ddaac3f5b user: js tags: trunk
2020-11-04
23:18
Remove of_free() check-in: 3d8286feee user: js tags: trunk
23:11
OFData: Fix memory leak check-in: 4d5b2623c8 user: js tags: trunk
Changes