| Summary: | kio_kamera leaks memory when copying large files from camera | ||
|---|---|---|---|
| Product: | [Unmaintained] kio | Reporter: | Michał <mcv> |
| Component: | kamera | Assignee: | Marcus Meissner <marcus> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Michał
2011-07-30 11:11:53 UTC
The code reads in the whole file from the camera into memory and then pushes it out. So you are not seeing a memory leak, but more a lack of pass-through mode for data. > pass-through mode
As far as I can tell from a short test, as of v18.07.90 kio_kamera.so still gobbles up memory when copying a large file, so this probably has not been implemented yet.
|