Gmarquez Posted September 9, 2022 Posted September 9, 2022 Hi there! What happend to objetcs/nodes which was released using the method release() when the Engine is shutdown? Is the engine in charge of free the memory used by them or this action leads to a memory leak if we don't free the memory manualy? This subject is not clear for me reading the documentation and I cant find any thread related to this in the forums. Thanks!
silent Posted September 12, 2022 Posted September 12, 2022 Hello! Memory management information you can check there: https://developer.unigine.com/en/docs/2.4.1/code/fundamentals/memory_management Basically, if you will call release() on shutdown you will need to free memory manually. Thanks! 1 How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
Recommended Posts