libossia
libossia copied to clipboard
Memory leak when having called ossia::net::list_oscquery_devices, with 1.0.6 on windows
Hi!
On Windows (10), using the 1.0.6 version of libossia-native-win, if I run a call to list_oscquery_devices()
, I get a reported memory leak when exiting the software.
Adding this one line causes the leak:
auto devices = ossia::net::list_oscquery_devices();
And as devices is allocated on the stack, and it contains structs with only stack-allocated members, really the only cause I can think of must be the call to list_oscquery_devices itself.
Best, Ilias B.