mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Copying the shared ptr when we don't need to results in us incrementing/decrementing the ref count which isn't free.
Copying the shared ptr when we don't need to results in us incrementing/decrementing the ref count which isn't free.