Changeset 28618 in osm


Ignore:
Timestamp:
2012-08-24T01:43:29+02:00 (12 years ago)
Author:
donvip
Message:

[josm_commandline] See #josm7980 - Fix memory leak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/CommandLine/src/CommandLine/CommandLine.java

    r27826 r28618  
    223223        public void mapFrameInitialized(MapFrame oldFrame, MapFrame newFrame)
    224224        {
     225                currentMapFrame = newFrame;
    225226                if (oldFrame == null && newFrame != null) {
    226                         currentMapFrame = newFrame;
    227227                        JToolBar tb = new JToolBar();
    228228                        tb.setLayout(new BorderLayout());
Note: See TracChangeset for help on using the changeset viewer.