HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Double free of group?

10-08-2007, 08:55 PM#1
MrApples
What does the error 'Double Free of Group' mean for war3err?
10-08-2007, 09:00 PM#2
moyack
Means that you're removing a group twice, the first time is ok, but the second generates issues.
10-08-2007, 09:04 PM#3
MrApples
Would nulling trigger this error? I null groups/locs after destroying them.
10-08-2007, 10:10 PM#4
TaintedReality
Nope.
10-08-2007, 10:37 PM#5
MrApples
How about something like this

set groupvar = something
DestroyGroup(groupvar)
set groupvar = samesomething
DestroyGroup(groupvar)
10-08-2007, 11:12 PM#6
TaintedReality
As long as something isn't creating a group, then that would be a double free. If something is the function CreateGroup, then no that's fine.
10-09-2007, 12:41 AM#7
MrApples
i'm getting this error constantly and I haven't the clue whats causing it. Well I know whats causing it but not why its causing it.
10-09-2007, 01:31 AM#8
PipeDream
If only we had a debugger, so that we could step through code and find out where it fails.
10-09-2007, 07:20 AM#9
The Elite
Post your code, you dont need a program to debug, you only need people
10-09-2007, 08:04 AM#10
PitzerMike
Quote:
Originally Posted by PipeDream
If only we had a debugger, so that we could step through code and find out where it fails.

Noone gets your sarcasm. :/
10-09-2007, 08:07 AM#11
The Elite
woops, lol, my bad
10-09-2007, 11:53 PM#12
MrApples
http://www.wc3campaigns.net/showthread.php?t=97266

That is actually part of it.
10-10-2007, 02:08 AM#13
midiway
What option should I activate to have war3err working when I test the map? (I have Vexorian's NewGen)