OpenLayers OpenLayers

Ticket #576 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

Image tile destroy() should remove listeners on image

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

Description

since we use createImage() to create the tile, it sets listeners. those should be removed.

they will currently get removed at the end on the unload() but better programming to do them here.

Attachments

image.patch (0.8 kB) - added by euzuro on 03/28/07 18:30:45.
if the tile has an image, stop observing it.

Change History

03/28/07 18:30:45 changed by euzuro

  • attachment image.patch added.

if the tile has an image, stop observing it.

03/28/07 18:47:11 changed by sderle

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

applied as r2917.