The ugly temporary fix for segfault in TelldusCenter did not suffice. Trying this instead.

This commit is contained in:
Stefan Persson 2013-09-16 13:51:41 +02:00
parent d3b0a279b8
commit 17a269e7c1

View file

@ -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);
}