Fix memleak for long-lived resultsets. ghpr/closed/inspiring_6ae62c5c
authorVladimir Timofeev <vovkasm@gmail.com>
Wed, 10 Jul 2013 20:55:02 +0000 (00:55 +0400)
committerVladimir Timofeev <vovkasm@gmail.com>
Wed, 10 Jul 2013 21:00:31 +0000 (01:00 +0400)
commit1cb73de45598d482af714f2f27ab39cbf6341fcf
tree4766bddbe8ea6ff6cfecae18f7367a9f94858f94
parentd71502bd0ca6c125b14e7a9d4786f7deae3e6fb2
Fix memleak for long-lived resultsets.

It is a recursive attributes hash chain when call search on the same
resultset many times.
lib/DBIx/Class/Storage/DBI.pm
t/110leaktrace.t [new file with mode: 0644]