mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-04-05 22:45:28 +00:00
Fix Windows.
This commit is contained in:
parent
5051efa78d
commit
7934cc78bb
3 changed files with 21 additions and 14 deletions
|
|
@ -190,6 +190,8 @@ m_rxFrequency(0U)
|
|||
,m_gpsd(NULL)
|
||||
#endif
|
||||
{
|
||||
CUDPSocket::startup();
|
||||
|
||||
m_status = new DMRGW_STATUS[3U];
|
||||
m_status[1U] = DMRGWS_NONE;
|
||||
m_status[2U] = DMRGWS_NONE;
|
||||
|
|
@ -267,6 +269,8 @@ CDMRGateway::~CDMRGateway()
|
|||
|
||||
delete[] m_status;
|
||||
delete[] m_config;
|
||||
|
||||
CUDPSocket::shutdown();
|
||||
}
|
||||
|
||||
int CDMRGateway::run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue