Changeset 8079 in ntrip for branches/BNC_2.12/src/bncantex.cpp


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

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncantex.cpp

    r8076 r8079  
    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() ) {
Note: See TracChangeset for help on using the changeset viewer.