Skip to content
Snippets Groups Projects
  1. May 28, 2019
  2. May 27, 2019
  3. May 26, 2019
  4. May 24, 2019
  5. May 23, 2019
    • David's avatar
      macosx: Unset p_interface_thread outside of the autoreleasepool · fdbf7317
      David authored
      In theory, some objects are only released during drain of the
      autorelease pool (i.e. at the place of the closing bracket of
      the @autorelease block).
      
      Some of those objects might need getInf() in their dealloc code,
      so this pointer should stay available at this stage.
      
      Should fix crash id 8f0bb1b4-fa5a-4d92-bcb3-9f6c0130fc86.
      fdbf7317
Loading