Ticket #2051 (closed defect: fixed)
[PATCH] Measure leaks file descriptors
| Reported by: | lmacken | Owned by: | tomeu |
|---|---|---|---|
| Priority: | Unspecified by Maintainer | Milestone: | Unspecified by Release Team |
| Component: | sugar | Version: | Git as of bugdate |
| Severity: | Unspecified | Keywords: | patch |
| Cc: | lmacken@… | Distribution/OS: | Unspecified |
| Bug Status: | Unconfirmed |
Description
When saving screenshots, Measure creates a temporary directory and removes it when it is done, but does not close the file descriptor.
Since we're not dealing with 'file' objects directly, we can't rely on the garbage collector to clean up after us.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

