ObjFW  Check-in [898f8c7072]

Overview
Comment:resolver.m: Fix locking

A lock for thread-unsafe getaddrinfo was missing and not all locks were
unlocked / all buffers free'd if an error occurred.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 898f8c7072ea3671a2179c766804c56d1b881e3f1de13d3518711b534788841e
User & Date: js on 2014-03-04 23:53:48
Other Links: manifest | tags
Context
2014-03-05
00:00
Include socket.h before socket_helpers.h check-in: f96fd9d551 user: js tags: trunk
2014-03-04
23:53
resolver.m: Fix locking check-in: 898f8c7072 user: js tags: trunk
2014-02-28
00:41
Make MinGW32 and MinGW-w64 happy at the same time check-in: 5ca844dd3b user: js tags: trunk
Changes