X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/19ad06653de8ff5946a2ef1d577cf42217b2e3e3..5ff8211bdcd5f110621c0ff01fa0854b5e6d9762:/projects/stargazer/corps_impl.cpp diff --git a/projects/stargazer/corps_impl.cpp b/projects/stargazer/corps_impl.cpp index 456523dc..f926d23a 100644 --- a/projects/stargazer/corps_impl.cpp +++ b/projects/stargazer/corps_impl.cpp @@ -33,7 +33,9 @@ CORPORATIONS_IMPL::CORPORATIONS_IMPL(STORE * st) store(st), WriteServLog(GetStgLogger()), searchDescriptors(), - handle(0) + handle(0), + mutex(), + strError() { pthread_mutex_init(&mutex, NULL); Read();