RN1986 Posted December 5, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Share 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 Link to comment Share on other sites More sharing options...
EvilPuncker Posted December 6, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted December 6, 2012 stop using such an old revision! Quote Link to comment Share on other sites More sharing options...
RN1986 Posted December 6, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Author Share Posted December 6, 2012 too many errors when updating Quote Link to comment Share on other sites More sharing options...
michaelsoftman Posted December 6, 2012 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.