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 '\**function-name', but deleted with '\**function-name*'
12
+
> '*variable-name*' is allocated with '*function-name', but deleted with '*function-name*'
13
13
14
14
This warning indicates that the calling function has inconsistently allocated memory by using a function from one family and freed it by using a function from another.
0 commit comments