Jump to content
  • 0

Memory manager: args of aFree


botka4aet

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  211
  • Reputation:   17
  • Joined:  12/23/11
  • Last Seen:  

[Error]: Memory manager: args of aFree 0x053A06C8 is invalid pointer server\src\map\script.c line 3160
[Info]: Done loading '194' NPCs:
        -'66' Warps
        -'1' Shops
        -'127' Scripts
        -'44' Spawn sets
        -'295' Mobs Cached
        -'0' Mobs Not Cached
[Status]: Event 'OnInit' executed with '6' NPCs.

Rev. 17717

 

Error here:

void script_free_code(struct script_code* code)
{
	script_free_vars( code->script_vars );
------>	aFree( code->script_buf );
	aFree( code );
}
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  163
  • Topics Per Day:  0.04
  • Content Count:  319
  • Reputation:   8
  • Joined:  02/05/12
  • Last Seen:  

Renewal or Pre?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  211
  • Reputation:   17
  • Joined:  12/23/11
  • Last Seen:  

Pre

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Please post any bugs you might find on the GitHub Issue instead, so it's noticed faster. Be sure to put your current git hash and the description of the problem, thank you :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...