ApolloZhu / Dynamic-Dark-Mode

The smart, automatic Dark Mode toggle for macOS Mojave+
https://apollozhu.github.io/Dynamic-Dark-Mode/
GNU General Public License v3.0
504 stars 31 forks source link

Memory Leaks #48

Closed ApolloZhu closed 5 years ago

ApolloZhu commented 5 years ago

Most likely Apple used dispatch_semaphore_create but forgot to dispatch_release. Filed a bug report (problemID=46718931) and we'll see how this goes.

uetcis commented 5 years ago

It doesn't make sense to leave the Big Report ID here since the reports are only visible to the submitter and Apple. FYI, https://stackoverflow.com/q/144873/8331543

ApolloZhu commented 5 years ago

It’s for (friends of) Apple engineers who see this issue by chance and hopefully expedite solving it.

ApolloZhu commented 5 years ago