Changeset 8078 in ntrip for trunk


Ignore:
Timestamp:
Jan 17, 2017, 10:49:43 PM (7 years ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncantex.cpp

    r8077 r8078  
    6565    it.next();
    6666    delete it.value();
    67   }
    68   if (newAntMap) {
    69     delete newAntMap;
    70   }
    71   if (newFrqMap) {
    72     delete newFrqMap;
    7367  }
    7468}
     
    133127  QTextStream in(&inFile);
    134128
    135   newAntMap = 0;
    136   newFrqMap = 0;
     129  t_antMap* newAntMap = 0;
     130  t_frqMap* newFrqMap = 0;
    137131
    138132  while ( !in.atEnd() ) {
  • trunk/BNC/src/bncantex.h

    r8077 r8078  
    8181
    8282  QMap<QString, t_antMap*> _maps;
    83   t_antMap* newAntMap;
    84   t_frqMap* newFrqMap;
    8583};
    8684
Note: See TracChangeset for help on using the changeset viewer.