Skip to content

Use std::shared_ptr to manage categories

Aleix Pol Gonzalez requested to merge work/apol/category-sharedptr into master

Categories get merged and destroyed normally which makes the code a bit fiddly. Let std::shared_ptr take care of the lifetime of such objects rather than doing it by ourselves.

CCBUG: 491703

Merge request reports

Loading