Skip to content

Commit

Permalink
Ugly temporary fix for segfault in TelldusCenter
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamaTheHutt committed Sep 13, 2013
1 parent fd5ffa3 commit c77c848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions telldus-core/common/EventHandler_unix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class EventHandler::PrivateData {

EventHandler::EventHandler() {
d = new PrivateData;
printf("");
pthread_cond_init(&d->event, NULL);
pthread_mutex_init(&d->mutex, NULL);
}
Expand Down

0 comments on commit c77c848

Please sign in to comment.