Memory manager: Memory leaks found

Kuya Jeo

New member
Messages
596
Points
0
Emulator
Memory manager: Memory leaks found at 2020/04/24 14h16m11s (Git rev 'dd7f653b00239299cdecb7ca826c21e5957863da').
0001 : pc.c line 9769 size 15 address 0x0xbd18154

Memory manager: Memory leaks found at 2020/04/24 19h15m46s (Git rev 'dd7f653b00239299cdecb7ca826c21e5957863da').
0001 : pc.c line 9785 size 13 address 0x0xa747724

the map server crash

p->value = aStrdup(val); line code 9769  and 9785

latest revision and no source modifications
 

 
Last edited by a moderator:
for commit what you show, on both lines look like no memory allocations. this mean you using other hercules version of have some mods in pc.c

 
for commit what you show, on both lines look like no memory allocations. this mean you using other hercules version of have some mods in pc.c
I dont modified PC.C and the hercules version i used is from github.. anyway i have other issues found, even in fresh git.. when i used @reloadscript frequently, map-server crashes

 
Back
Top