Memory leakage after copy/paste and close an image
Bug #1074851 reported by
grofaty
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Pinta |
Triaged
|
Medium
|
Unassigned |
Bug Description
Pinta-1.
1. New image 2000 x 2000.
2. Paint Bucket and click on canvas to fill it.
3. CTRL+A to mark whole canvas.
4. CTRL+C to copy an image.
5. Open Windows Task Manager to monitor memory consumption. Remember memory consumption.
6. CTRL+V to paste an image.
7. Repeat previous step for 20 times (I know stupid thing to paste the same image again and again).
8. CTLR+W to close an image.
9. Now when image is closed I expect to free up a memory to the level of step 5. But memory is not released in the same amount. So there is probably some memory leakage.
See attached image.
Changed in pinta: | |
milestone: | 1.6 → 1.7 |
status: | In Progress → Triaged |
To post a comment you must log in.
This only seems to happen in certain situations - for example, doing several paintbrush actions on a 10000x10000 image doesn't result in this issue.