Skip to content

Commit

Permalink
Fixed crash on exit with no connection
Browse files Browse the repository at this point in the history
  • Loading branch information
malcom2073 committed Nov 25, 2013
1 parent 1f6d393 commit 12f3153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/freeems/freeemscomms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ FreeEmsComms::FreeEmsComms(QObject *parent) : EmsComms(parent)
qRegisterMetaType<QList<LocationIdFlags> >("QList<LocationIdFlags>");
qRegisterMetaType<SerialPortStatus>("SerialPortStatus");
qRegisterMetaType<ConfigBlock>("ConfigBlock");
rxThread = 0;
//serialPort = new SerialPort(this);
//connect(serialPort,SIGNAL(dataWritten(QByteArray)),this,SLOT(dataLogWrite(QByteArray)));
m_isConnected = false;
Expand Down

0 comments on commit 12f3153

Please sign in to comment.