Changeset 7643 in ntrip


Ignore:
Timestamp:
Dec 18, 2015, 5:15:26 PM (8 years ago)
Author:
stuerze
Message:

some code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppObsPool.cpp

    r7642 r7643  
    8585/////////////////////////////////////////////////////////////////////////////
    8686void t_pppObsPool::putTec(t_vTec* vTec) {
    87    delete _vTec;
     87  delete _vTec;
    8888  _vTec = new t_vTec(*vTec);
     89  delete vTec;
    8990}
    9091
Note: See TracChangeset for help on using the changeset viewer.