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
> '\**variable-name*' is allocated with array new [], but deleted with scalar delete
12
+
> '*variable-name*' is allocated with array new [], but deleted with scalar delete
13
13
14
-
This warning appears only in C++ code and indicates that the calling function has inconsistently allocated memory with the array `new []` operator, but freed it with the scalar **`delete`** operator.
14
+
This warning appears only in C++ code and indicates that the calling function has inconsistently allocated memory with the array `new []` operator, but freed it with the scalar `delete` operator.
0 commit comments