ObjFW  Check-in [13eb2bf77b]

Overview
Comment:OFRunLoop: Remove the key for the stream.

As the stream is used as a key, this references the stream. This
resulted in the stream never being deallocated, even though it was not
used anymore. The advantage of not removing it was that the next async
read on the stream would have been slightly faster by saving one malloc.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 13eb2bf77b53debb37f5d59c466c172650e24c3f4f99cb85d3655fd90d9c768c
User & Date: js on 2012-09-14 05:36:54
Other Links: manifest | tags
Context
2012-09-14
06:09
Add -[OFObject performSelector:afterDelay:]. check-in: 5e067285c8 user: js tags: trunk
05:36
OFRunLoop: Remove the key for the stream. check-in: 13eb2bf77b user: js tags: trunk
05:24
Create a pool for -[applicationDidFinishLaunching] check-in: bba061e4b7 user: js tags: trunk
Changes