ObjFW  Check-in [28fe0a104d]

Overview
Comment:OFStream: Free the right variable

This was forgotten when adding the caching optimizations: It still tried
to free _readBuffer instead of _readBufferMemory, which failed as the
sanity checks noticed that _readBuffer is not the pointer that had been
allocated.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 28fe0a104df9edd416f0f8ce81f4037d8e6d85dc94dbd5060737b3059c5fb452
User & Date: js on 2016-05-28 19:42:05
Other Links: manifest | tags
Context
2016-05-28
23:02
Add support for zeroing weak references check-in: 03e6d6db98 user: js tags: trunk
19:42
OFStream: Free the right variable check-in: 28fe0a104d user: js tags: trunk
15:26
OFTCPSocket+SOCKS5.m: Small type fixes check-in: c5e3f0094c user: js tags: trunk
Changes