sofa-framework / sofa

Real-time multi-physics simulation with an emphasis on medical simulation.
https://www.sofa-framework.org
GNU Lesser General Public License v2.1
871 stars 297 forks source link

[SceneUtility] Initialize pointer to nullptr #4712

Closed alxbilger closed 2 weeks ago

alxbilger commented 2 weeks ago

It avoids a crash in the destructor when m_handler has not been affected. And pointers must be initialized anyway.


By submitting this pull request, I acknowledge that
I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).


Reviewers will merge this pull-request only if