Pattern: Unsafe argument allocation
Issue: -
Unsafe allocation. If function throws, memory could be leaked. Use make_shared<int>()
instead.
Pattern: Unsafe argument allocation
Issue: -
Unsafe allocation. If function throws, memory could be leaked. Use make_shared<int>()
instead.