diff Lib/IMPL/Web/View/TTFactory.pm @ 290:7b0dad6117d5

*TTView: fixed memory leak
author sergey
date Wed, 20 Feb 2013 17:24:57 +0400
parents 85572f512abc
children 5d14baa35790
line wrap: on
line diff
--- a/Lib/IMPL/Web/View/TTFactory.pm	Wed Feb 20 02:25:30 2013 +0400
+++ b/Lib/IMPL/Web/View/TTFactory.pm	Wed Feb 20 17:24:57 2013 +0400
@@ -56,6 +56,7 @@
     my $stash = $ctx->stash;
     my $require = $this->require;
     
+    
     $stash->update({
         require => sub {
             my ($module) = @_;