Open fran6co opened 3 years ago
This is because https://github.com/microsoft/Azure-Kinect-Sensor-SDK/blob/develop/src/deloader/deloader.cpp#L258 calls deloader_global_context_t_get()
that will initialize the plugin for the first time for then to tear it down. A fix would be adding a way to check if the singleton had been created before destroying it
Describe the bug
A simple app that only links to the SDK but doesn't call any function crashes on exit.
To Reproduce
Create a simple app
That is linked to the SDK
Expected behavior
Not crash
Logs
Desktop (please complete the following information):