Opened 13 years ago
Closed 13 years ago
#2051 closed defect (fixed)
[PATCH] Measure leaks file descriptors
Reported by: | lmacken | Owned by: | tomeu |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
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 (1)
Change History (3)
Changed 13 years ago by lmacken
comment:1 Changed 13 years ago by lmacken
- Cc lmacken@… added
comment:2 Changed 13 years ago by walter
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Added to and tested with Measure-30 (See #1070)