bgribble/mfp

Memory leak in mfpdsp

Closed this issue · 1 comments

There's a slow but steady memory leak in mfpdsp, which showed up during debugging for #284

It was JSON data structures. Wasn't managing their lifecycle at all, derp. I've been in the garbage collected world too long :)