sensics / OSVR-RenderManager

Apache License 2.0
64 stars 45 forks source link

Allocate space (and later delete it) for storing the window name when… #171

Closed russell-taylor closed 8 years ago

russell-taylor commented 8 years ago

… converting from std::string to char * in the transition from C++ to C for a structure.

This avoids keeping data around beyond the time it is promised to be defined.