Skip Menu |

This queue is for tickets about the Tangram CPAN distribution.

Report information
The Basics
Id: 17455
Status: new
Priority: 0/
Queue: Tangram

People
Owner: Nobody in particular
Requestors: perepechayev [...] mail.ru
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.07
Fixed in: (no value)



Subject: Memory leaks
Hi, we have a problem with memory when using Tangram. We noticed that the applicaton that uses Tangram ate memory and then we saw it happened after SELECTS that were executed with Tangram. After a closer look we defined that it happened every time Tangram::Storage::select method was executed. For example, Tangram::Storage::select method creates Tangram::Cursor object, but the latter will be never destroyed, because it has circular references.