ATLASRECTS-6281 : Surface, try to solve memory leaks when passing naked pointers to transforms.
Merged
ATLASRECTS-6281 : Surface, try to solve memory leaks when passing naked pointers to transforms.
Compare changes
Files
7- Christos Anastopoulos authored
Surface, try to solve memory leaks when passing naked pointers to transforms. Usual legacy ownership issue. Started adding ref ctors on top of unique_ptr. We prb need to keep ref and if things can be nullptr the unique_ptr ones, and remove the plain ptr transforms ...
@@ -65,12 +65,15 @@ public: