Opened 22 months ago
Closed 22 months ago
#23521 closed defect (fixed)
[Patch] fix some memory leak(s)
| Reported by: | GerdP | Owned by: | Zverikk |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin reltoolbox | Version: | |
| Keywords: | Cc: |
Description
I found some memory leaks regarding the plugin, most are related to #19885, some to a missing dlg.dispose() call.
Attachments (2)
Change History (5)
by , 22 months ago
| Attachment: | 23521-alpha.patch added |
|---|
comment:1 by , 22 months ago
The major goal of the patch is to replace ChangeCommand by specialised commands which don't require a clone of the OSM object.
Some classes are not yet done because of complexity.
by , 22 months ago
| Attachment: | 23521.patch added |
|---|
fixes all memory leaks that I found, replaces most ChangeCommand instances by better specialized alternatives
comment:2 by , 22 months ago
| Summary: | [WIP Patch] fix some memory leak(s) → [Patch] fix some memory leak(s) |
|---|
I'll commit this patch in the next days if nobody complains.



also fixes various checkstyle and sonar issues