Issue information

Issue ID
#7523
Status
Needs more Info
Severity
None
Started
KeiKun
Jul 14, 2013 6:44
Last Post
Ind
Jul 21, 2013 19:09
Confirmation
N/A

KeiKun - Jul 14, 2013 6:44

[Error]: Memory manager: args of aFree 0x0xb3f0ccfc is invalid pointer map.c line 193
[Error]: Memory manager: args of aFree 0x0xb3f093bc is invalid pointer map.c line 193

[code=nocode:0] /*========================================== * Remove the lock on map_bl *------------------------------------------*/ int map_freeblock_unlock (void) { if ((--block_free_lock) == 0) { int i; for (i = 0; i < block_free_count; i++) { aFree(block_free[i]); // LINE 193 block_free[i] = NULL; } block_free_count = 0; } else if (block_free_lock < 0) { ShowError("map_freeblock_unlock: lock count < 0 !\n"); block_free_lock = 0; } return block_free_lock; } [/code]

Ind - Jul 21, 2013 19:09

huh o__O this is weird /hmm no idea from me atm o-o, did you get any other errors? e.g. the map_freeblock_timer ones?