| 04-10-2007, 03:15 AM | #1 | |
What does this all mean? Quote:
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 |
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 |
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? |
