Changeset 10352 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2016-06-11T21:25:54+02:00 (8 years ago)
Author:
stoecker
Message:

gsoc-core - patch by Michael Zangl - fix #12941 - unfreed resources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/properties/TagEditHelper.java

    r10306 r10352  
    10421042        }
    10431043
     1044        /**
     1045         * Destroy the recentTagsActions.
     1046         */
    10441047        public void destroyActions() {
    10451048            for (JosmAction action : recentTagsActions) {
    10461049                action.destroy();
    10471050            }
     1051            recentTagsActions.clear();
    10481052        }
    10491053
Note: See TracChangeset for help on using the changeset viewer.