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


Ignore:
Timestamp:
Jan 17, 2017, 9:48:19 PM (7 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r7865 r8076  
    6565    it.next();
    6666    delete it.value();
     67  }
     68  if (newAntMap) {
     69    delete newAntMap;
     70  }
     71  if (newFrqMap) {
     72    delete newFrqMap;
    6773  }
    6874}
     
    127133  QTextStream in(&inFile);
    128134
    129   t_antMap* newAntMap = 0;
    130   t_frqMap* newFrqMap = 0;
     135  newAntMap = 0;
     136  newFrqMap = 0;
    131137
    132138  while ( !in.atEnd() ) {
Note: See TracChangeset for help on using the changeset viewer.