greenieken Posted October 8, 2012 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 154 Reputation: 1 Joined: 05/02/12 Last Seen: June 5, 2020 Share Posted October 8, 2012 0001 : pc.c line 2244 size 25 address 0x0xb2abe3ec 0002 : pc.c line 2245 size 31 address 0x0xb2abe53c 0004 : npc.c line 2966 size 1 address 0x0xb1512f5c pc.c line 2244= bonus.bonus_script = aStrdup(script); pc.c line 2245= bonus.other_script = other_script?aStrdup(other_script):NULL; npc.c line 2966= temp = (char*)aMallocA(strlen(message) + 1); help please! this causes disconnections in my server Quote Link to comment Share on other sites More sharing options...
Question
greenieken
0001 : pc.c line 2244 size 25 address 0x0xb2abe3ec
0002 : pc.c line 2245 size 31 address 0x0xb2abe53c
0004 : npc.c line 2966 size 1 address 0x0xb1512f5c
pc.c line 2244= bonus.bonus_script = aStrdup(script);
pc.c line 2245= bonus.other_script = other_script?aStrdup(other_script):NULL;
npc.c line 2966= temp = (char*)aMallocA(strlen(message) + 1);
help please! this causes disconnections in my server
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.