Changes between Version 1 and Version 3 of Ticket #2049
- Timestamp:
- Apr 23, 2017, 7:33:53 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2049
- Property Cc memery leak removed
- Property Keywords memery leak removed
-
Ticket #2049 – Description
v1 v3 1 1 the code just like this: 2 //------------------------------- 2 {{{#!js 3 3 <script type="text/javascript"> 4 4 $(document).ready(function(){ … … 9 9 </script> 10 10 <a id="pid">test</a> 11 //------------------------------- 11 }}} 12 12 13 and i use Drip 0.5 (a memery leak testing tool) to test the page , 13 14 it show a memery leak at the id="pid" element.