On Mon Nov 6 17:19:30 2023 +0000, Esme Povirk wrote:
I can't find all the corresponding `free` calls for the `malloc` calls in `get_stgdef`, I think `test_OleCreateStaticFromData` might be leaking the data.
You're right, it's leaking the data. I just added a patch to this patchset to correct that.