HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

war3err question

04-10-2007, 03:15 AM#1
Moss
What does this all mean?

Quote:
Total locations created: 33533
Total undestroyed locations: 90
lb with 28 active locations

Happens when I cast a spell in my map. Actually to be more accurate, it happens when I cast 1 spell in conjunction with another which launches a trigger that does some synergizing...probably not important.
04-10-2007, 03:22 AM#2
Vexorian
You are calling RemoveLocation() on a null location.

war3err considers RemoveLocation(null) to be a request for a memory leak analisys.
04-10-2007, 04:32 AM#3
Moss
OK. I'm not sure how that is happening in my triggers, I don't set a location to null anywhere, nor am I setting a location to anything invalid as far as I can tell. Does removing a null location cause problems like double free errors?