The ugly temporary fix for segfault in TelldusCenter did not suffice. Trying this instead.
This commit is contained in:
parent
d3b0a279b8
commit
17a269e7c1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public:
|
|||
|
||||
EventHandler::EventHandler() {
|
||||
d = new PrivateData;
|
||||
printf("");
|
||||
pthread_cond_init(&d->event, NULL);
|
||||
pthread_cond_init(&d->event, NULL);
|
||||
pthread_mutex_init(&d->mutex, NULL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue