Ignore:
Timestamp:
02/16/13 09:16:54 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Fixed the shutdown sequence and removed some unnecessary printouts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/plugin/src/xplra/plugin.cc

    r44 r46  
    116116    if (listenThread!=0) {
    117117        listenThread->quit();
     118        listenThread->join();
     119        delete listenThread;
    118120        listenThread = 0;
    119121    }
Note: See TracChangeset for help on using the changeset viewer.