You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix usage of unique_ptr for arrays in data_objects_test (#5837)
Replace `unique_ptr<element_t>` with `unique_ptr<element_t[]>`, because they hold arrays allocated with `operator new[]`.
Signed-off-by: Michal Zientkiewicz <[email protected]>
0 commit comments