Ticket #331 (defect)
Opened 2 years ago
Last modified 2 years ago
How to free memory used by fonts?
Status: closed (fixed)
| Reported by: | sakya | Assigned to: | fraca7 |
|---|---|---|---|
| Priority: | major | Component: | psp2d |
| Version: | current | Keywords: | |
| Cc: |
How can I free memory used by a font?
Doing:
font = psp2d.Font('font.png')
font = None
del font
doesn't free the memory used by font.
Ciaooo sakya
Change History
01/27/07 11:09:01: Modified by fraca7
- status changed from new to closed.
- resolution set to fixed.
01/29/07 08:51:36: Modified by sakya
This made me mad. :) Is it fixed in the new release (27/01)?
Many thanks
Ciao Sakya

There was indeed a memory leak in cpplibs. This is fixed; I'll make a new release soon