- Joined
- Mar 3, 2006
- Messages
- 1,564
What is the meaning of double free protection ? I know its that thing in the
Now what is meant by Double free ? and how it may happen ?
JASS:
function s__STRUCTNAME_destroy takes integer this returns nothing
if bla bla then
bla bla
elseif (si__STRUCTNAME_V[this] != -1) then
Display "Double free of type: STRUCTNAME"
return
endif
Now what is meant by Double free ? and how it may happen ?