Ugly temporary fix for segfault in TelldusCenter
This commit is contained in:
parent
fd5ffa3ad4
commit
c77c84886a
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ public:
|
||||||
|
|
||||||
EventHandler::EventHandler() {
|
EventHandler::EventHandler() {
|
||||||
d = new PrivateData;
|
d = new PrivateData;
|
||||||
|
printf("");
|
||||||
pthread_cond_init(&d->event, NULL);
|
pthread_cond_init(&d->event, NULL);
|
||||||
pthread_mutex_init(&d->mutex, NULL);
|
pthread_mutex_init(&d->mutex, NULL);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue