septag / rizz

Small C game development framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leaks in dmon.h on macOS

zacharycarter opened this issue · comments

When the project is built in debug mode, upon closing the application, the following debug logs are printed:

DEBUG: LEAKED: dmon.h@1182: dmon__cf_malloc: 90  at 0x00007fdd5323eff0
DEBUG: LEAKED: dmon.h@1182: dmon__cf_malloc: 40  at 0x00007fdd5323e3b0
DEBUG: LEAKED: dmon.h@1182: dmon__cf_malloc: 456  at 0x00007fdd5323eda0
DEBUG: LEAKED: dmon.h@1182: dmon__cf_malloc: 85  at 0x00007fdd5322ecb0
DEBUG: LEAKED: dmon.h@1182: dmon__cf_malloc: 40  at 0x00007fdd5322ec00
DEBUG: LEAKED: dmon.h@1182: dmon__cf_malloc: 456  at 0x00007fdd5322e9b0

Fixed with PR #12