#7808 closed bug (duplicate)
Memory leak jQuery.ui.widget
Reported by: | Yoshiharu Kamata | Owned by: | Yoshiharu Kamata |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.widget | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Memory leak jQuery.ui.widget. Memory (private bytes of IE process) increases when create and destroy of the simple widget are repeated.
jQuery core 1.6.4 jQuery.ui 1.8.16 browser IE8 OS Windows XP SP3
Memory Leak test code http://jsfiddle.net/NzJGH/3/
Workaround code http://jsfiddle.net/NzJGH/2/
Change History (7)
comment:1 follow-up: 3 Changed 11 years ago by
Owner: | set to Yoshiharu Kamata |
---|---|
Status: | new → pending |
comment:2 Changed 11 years ago by
Status: | pending → new |
---|
The memory increases even if the master code is included.
- https://raw.github.com/jquery/jquery-ui/master/ui/jquery.ui.core.js
- https://raw.github.com/jquery/jquery-ui/master/ui/jquery.ui.widget.js
Memory Leak test code (Master Code) http://jsfiddle.net/NzJGH/5/
Workaround code (Master Code) http://jsfiddle.net/NzJGH/8/
comment:3 Changed 11 years ago by
Replying to scott.gonzalez:
That code doesn't exist in master anymore, are you still seeing a memory leak when you test against master?
I tested the master, but memory increases. Please confirm comment 2.
comment:4 Changed 11 years ago by
Replying to Yoshiharu Kamata:
Memory leak jQuery.ui.widget. Memory (private bytes of IE process) increases when create and destroy of the simple widget are repeated.
jQuery core 1.6.4 jQuery.ui 1.8.16 browser IE8 OS Windows XP SP3
Memory Leak test code http://jsfiddle.net/NzJGH/3/
Workaround code http://jsfiddle.net/NzJGH/2/
=> update! http://jsfiddle.net/yoshi6jp/aHHNw/1/
comment:6 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
That code doesn't exist in master anymore, are you still seeing a memory leak when you test against master?