Ignore:
Timestamp:
2012-08-24T13:41:33+02:00 (12 years ago)
Author:
donvip
Message:

[josm_plugins] See #josm7980 - Fix memory leaks in alignways, fixAdresses, measurement, routing, turnlanes and waypoint_search plugins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/TurnLanesDialog.java

    r28620 r28624  
    129129    };
    130130   
    131     private final Action editAction = new EditAction();
    132     private final Action validateAction = new ValidateAction();
     131    private final JosmAction editAction = new EditAction();
     132    private final JosmAction validateAction = new ValidateAction();
    133133   
    134134    private static final long serialVersionUID = -1998375221636611358L;
     
    220220        MapView.removeEditLayerChangeListener(this);
    221221        DataSet.removeSelectionListener(this);
     222        editAction.destroy();
     223        validateAction.destroy();
    222224        }
    223225}
Note: See TracChangeset for help on using the changeset viewer.