diff Lib/IMPL/Web/View/TTControl.pm @ 307:2da2564f115d

*TTView: fixed memory leak
author cin
date Thu, 18 Apr 2013 02:21:28 +0400
parents 673581380e79
children 109f28643025
line wrap: on
line diff
--- a/Lib/IMPL/Web/View/TTControl.pm	Wed Apr 17 19:33:07 2013 +0400
+++ b/Lib/IMPL/Web/View/TTControl.pm	Thu Apr 18 02:21:28 2013 +0400
@@ -46,7 +46,7 @@
 	    while (my($key,$value) = each %$attrs) {
 	        $this->SetAttribute($key,$value);
 	    }
-    }
+    }    
     
     $this->id(_GetNextId()) unless $this->id;
 }