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
Cast void pointer before deallocating with delete[]
The stack memory is a `void*` which creates a warning when using
the delete[] operator because it is unable to call the destructor of
of an unkown object type.
0 commit comments