
Pages:<< prev 1 next >>


Off the Edge of the Map

GroupAdministrators
Posts1,199
JoinedMar 21, 2006
Bug: Memory Leak in free_obj
Danger: High - Memory Leaks are BAD.
Found by: Nick Gammon
Fixed by: Nick Gammon
---
Handler.c, free_obj
Find:
After, Add:
This qualifies as an Oops. and a Doh! Something that was forgot in the porting of Smaug 1.8 features.
Danger: High - Memory Leaks are BAD.
Found by: Nick Gammon
Fixed by: Nick Gammon
---
Handler.c, free_obj
Find:
STRFREE( obj->action_desc );
After, Add:
STRFREE( obj->owner );
This qualifies as an Oops. and a Doh! Something that was forgot in the porting of Smaug 1.8 features.
Pages:<< prev 1 next >>