ObjFW  Ticket Change Details

Overview

Artifact ID: 865fcafc008c72914312d645dc5d9147dc9230c43bb4df27431742e0148e60df
Ticket: 5b31b3f45e9a8150eef903081594e04beea8f4f5
Weak references are broken with the Apple runtime
User & Date: js on 2020-11-12 00:34:04
Changes

  1. icomment:
    Turns out the configure check for `objc_constructInstance` was broken, and hence `runtime/instance.m` was used for `objc_destructInstance` instead of the runtime's, resulting in weak references not being handled on dealloc.
    
    Fixed in [](4c16806252).
    
  2. login: "js"
  3. mimetype: "text/x-markdown"
  4. resolution changed to: "Fixed"
  5. status changed to: "Fixed"