unregister_thread

If the logic of your application requires to spawn new threads, and in those threads you are calling a DDS API such as write() , you may notice a memory growth. To ensure that all the resources allocated in that thread are correctly released, remember to call unregister_thread() right before ...
3940 reads — 0 comments
Subscribe to RSS - unregister_thread