AthAllocators: Fix gcc11 warning.
Compare changes
- scott snyder authored
Check the result of dynamic_cast before dereferencing.
@@ -107,7 +105,9 @@ template <typename ALLOC>
Check the result of dynamic_cast before dereferencing.
Check the result of dynamic_cast before dereferencing.