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...
Actions
Bug #767837
closed
Qt client - some memory leaks
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Fixed memory leaks:
- deleted shortcuts on exit
- deleted cursors on exit
- scale_widget, resize_widget, move_widget - they used copy of pixmap and never deleted original.
- added mr_idle destructor for deleting not yet used callbacks
- in create_start_page QTreeWidgetItem could be created but that item could be not assinged in rare cases.
- science report - helper items for comboboxes were not deleted
Files
Actions