Changeset 19369 in josm


Ignore:
Timestamp:
2025-03-29T21:08:34+01:00 (2 days ago)
Author:
stoecker
Message:

fix CID 1547181 - Unguarded read

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/geoimage/GeoImageLayer.java

    r19123 r19369  
    864864     * @return the gpxCorrelateAction
    865865     */
    866     public CorrelateGpxWithImages getGpxCorrelateAction() {
     866    public synchronized CorrelateGpxWithImages getGpxCorrelateAction() {
    867867        if (gpxCorrelateAction == null) {
    868868            gpxCorrelateAction = new CorrelateGpxWithImages(this);
Note: See TracChangeset for help on using the changeset viewer.