Instruments is reporting small memory leaks in json_pack and json_object_set_new_nocheck, e.g. (and not the only stack trace):
These don't seem to consume more than 10s and 100s of bytes at a time. But, with a 50MB limit for the broadcast extension, we all have to do our jobs perfectly. I'm not sure how often these calls occur, but I imagine as the screen recording goes on, they'll pile up. And I think the paranoia here is somewhat warranted.
Thanks, @knightcode, for letting us know about this issue. Quite a few memory leak issues were fixed since this was filed. If you're still seeing memory leak issues, please re-file. Thanks!
Instruments is reporting small memory leaks in json_pack and json_object_set_new_nocheck, e.g. (and not the only stack trace):
These don't seem to consume more than 10s and 100s of bytes at a time. But, with a 50MB limit for the broadcast extension, we all have to do our jobs perfectly. I'm not sure how often these calls occur, but I imagine as the screen recording goes on, they'll pile up. And I think the paranoia here is somewhat warranted.