OpenLayers OpenLayers

Ticket #591 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

panzoom control memory

Reported by: euzuro Assigned to: euzuro
Priority: minor Milestone: 2.4 Release
Component: Memory Management Version:
Keywords: Cc:
State:

Description

On destuction of panzoom control, we should not only eliminate circular reference, but also stop observing the button elements.

Attachments

panzoomMemory.patch (1.1 kB) - added by euzuro on 03/29/07 19:29:01.
as we cycle through, call stopObservingElement() as well as setting map to null. moved destroy() from bottom of file (?) to right below initialize

Change History

03/29/07 19:29:01 changed by euzuro

  • attachment panzoomMemory.patch added.

as we cycle through, call stopObservingElement() as well as setting map to null. moved destroy() from bottom of file (?) to right below initialize

03/29/07 19:29:23 changed by euzuro

  • keywords set to review.

03/30/07 17:53:02 changed by sderle

  • keywords deleted.
  • status changed from new to closed.
  • resolution set to fixed.