ObjFW  Check-in [2a73dbd64f]

Overview
Comment:Remove objc_global_mutex_free()

Since this is using of_once to initialize it, it won't be re-initialized
after freeing, therefore freeing is a bad idea.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2a73dbd64fe1228739f56ad6791a8a6ecd2623f1fe4f1929f2d1ab244fd9ebed
User & Date: js on 2015-08-09 15:01:32
Other Links: manifest | tags
Context
2015-08-14
09:44
ChangeLog: Remove trailing dots check-in: bebee54bff user: js tags: trunk
2015-08-09
15:01
Remove objc_global_mutex_free() check-in: 2a73dbd64f user: js tags: trunk
15:00
configure.ac: Fix small typo check-in: ba9718061e user: js tags: trunk
Changes