Ugly temporary fix for segfault in TelldusCenter

This commit is contained in:
Stefan Persson 2013-09-13 14:11:13 +02:00
parent fd5ffa3ad4
commit c77c84886a

View file

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