HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Bug #767983

effect_list not freed in text_happiness_wonders
Start date:
Due date:
% Done:
0%
Estimated time:
Description
There is in function "text_happiness_wonders" S26/client/text.c:1733:
struct effect_list *plist = effect_list_new();
there is something appended with get_city_bonus_effects(plist,...)
but that plist is never deleted.
History
#1
Updated by Anonymous over 2 years ago
- File client_text_happiness_destroy_list.patch client_text_happiness_destroy_list.patch added
- Status changed from New to Resolved
- Assignee set to Anonymous
- Sprint/Milestone set to 2.6.1
#2
Updated by Anonymous over 2 years ago
- Status changed from Resolved to Closed