Skip to content

Keep strong references when using pointers

Aleix Pol Gonzalez requested to merge work/shared-ptrs into master

It doesn't make much sense to keep the raw pointer of a weak pointer that could potentially disappear at any point.

This fixes warnings and just uses references like they're meant to be used.

Merge request reports