Changeset 7278 in ntrip for trunk/BNC/src/pppMain.cpp


Ignore:
Timestamp:
Sep 15, 2015, 4:48:34 AM (9 years ago)
Author:
stuerze
Message:

some memory leaks fixed

File:
1 edited

Legend:

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

    r7261 r7278  
    3636 * Created:    29-Jul-2014
    3737 *
    38  * Changes:   
     38 * Changes:
    3939 *
    4040 * -----------------------------------------------------------------------*/
     
    6565}
    6666
    67 // 
     67//
    6868//////////////////////////////////////////////////////////////////////////////
    6969void t_pppMain::start() {
     
    9090}
    9191
    92 // 
     92//
    9393//////////////////////////////////////////////////////////////////////////////
    9494void t_pppMain::stop() {
     
    110110}
    111111
    112 // 
     112//
    113113//////////////////////////////////////////////////////////////////////////////
    114114void t_pppMain::readOptions() {
     
    135135  }
    136136  else {
    137     return;   
     137    return;
    138138  }
    139139
     
    149149
    150150    opt->_realTime     = _realTime;
    151     opt->_roverName    = hlp[0].toAscii().data();
     151    opt->_roverName    = hlp[0].toStdString();
    152152    opt->_aprSigCrd[0] = hlp[1].toDouble();
    153153    opt->_aprSigCrd[1] = hlp[2].toDouble();
Note: See TracChangeset for help on using the changeset viewer.