mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-01 12:47:49 -04:00
Set message identifier to null pointer in the Message paremt class as it should be set by child class. Better core early,.. Actually this fixes a strange segfault in the server version when adding the first channel
This commit is contained in:
parent
3d5269dcd9
commit
e444a17fe5
@ -20,7 +20,7 @@
|
|||||||
#include "util/message.h"
|
#include "util/message.h"
|
||||||
#include "util/messagequeue.h"
|
#include "util/messagequeue.h"
|
||||||
|
|
||||||
const char* Message::m_identifier = "Message";
|
const char* Message::m_identifier = 0;
|
||||||
|
|
||||||
Message::Message() :
|
Message::Message() :
|
||||||
m_destination(0)
|
m_destination(0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user