RN1986 Posted December 5, 2012 Posted December 5, 2012 Memory manager: Memory leaks found at 2012/07/20 16h25m28s (Revision 16356). 0001 : clif.c line 850 size 24 address 0x0xad7e331c Memory manager: Memory leaks found at 2012/07/24 19h16m45s (Revision 16356). 0001 : pc.c line 1866 size 41 address 0x0xad24f264 0002 : pc.c line 1866 size 37 address 0x0xad24f864 0003 : pc.c line 1867 size 34 address 0x0xad24f9a4 0004 : pc.c line 1867 size 34 address 0x0xad24fb64 0005 : pc.c line 1866 size 41 address 0x0xad24fc24 Memory manager: Memory leaks found at 2012/08/06 18h48m52s (Revision 16356). 0001 : clif.c line 850 size 24 address 0x0xad5af3a4 line 847 to 853 clif.c void clif_clearunit_delayed(struct block_list* bl, clr_type type, unsigned int tick) { struct block_list *tbl; tbl = (struct block_list*)aMalloc(sizeof (struct block_list)); memcpy (tbl, bl, sizeof (struct block_list)); add_timer(tick, clif_clearunit_delayed_sub, (int)type, (intptr_t)tbl); } pc.c line1859-1869 } bonus[i].rate = rate; bonus[i].duration = dur; bonus[i].active = INVALID_TIMER; bonus[i].atk_type = flag; bonus[i].pos = pos; bonus[i].bonus_script = aStrdup(script); bonus[i].other_script = other_script?aStrdup(other_script):NULL; return 1; } Quote
michaelsoftman Posted December 6, 2012 Posted December 6, 2012 What types of errors? You should learn how to merge your code, it'll save you a ton of time and problems. 1 Quote
Question
RN1986
Memory manager: Memory leaks found at 2012/07/20 16h25m28s (Revision 16356).
0001 : clif.c line 850 size 24 address 0x0xad7e331c
Memory manager: Memory leaks found at 2012/07/24 19h16m45s (Revision 16356).
0001 : pc.c line 1866 size 41 address 0x0xad24f264
0002 : pc.c line 1866 size 37 address 0x0xad24f864
0003 : pc.c line 1867 size 34 address 0x0xad24f9a4
0004 : pc.c line 1867 size 34 address 0x0xad24fb64
0005 : pc.c line 1866 size 41 address 0x0xad24fc24
Memory manager: Memory leaks found at 2012/08/06 18h48m52s (Revision 16356).
0001 : clif.c line 850 size 24 address 0x0xad5af3a4
line 847 to 853 clif.c
pc.c line1859-1869
3 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.