Changeset 10971 in ntrip


Ignore:
Timestamp:
Jul 29, 2026, 9:32:23 AM (9 hours ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.h

    r10966 r10971  
    6767      _data = new QVector<t_polarPoint*>;
    6868    }
    69     ~t_skyPlotData() {
    70       qDeleteAll(*_data);
    71       delete _data;
    72     }
     69    // _data ownership passes to t_polarData (see t_polarPlot::addCurve); do not free it here,
     70    // t_skyPlotData is copied by value (QVector growth, signal/slot) so all copies share this pointer.
     71    ~t_skyPlotData() {}
    7372    char                    _sys;
    7473    QString                 _title;
Note: See TracChangeset for help on using the changeset viewer.