X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/bdd372a64811c52e2924c6d391ce6801aabc8ada..9e8281bc8ffdbb5555ee6082a3de0db421b092c0:/include/stg/user_property.h?ds=sidebyside

diff --git a/include/stg/user_property.h b/include/stg/user_property.h
index ade21f4e..822bc0f9 100644
--- a/include/stg/user_property.h
+++ b/include/stg/user_property.h
@@ -173,7 +173,10 @@ template <typename varT>
 inline
 USER_PROPERTY<varT>::USER_PROPERTY(varT & val)
     : value(val),
-      modificationTime(stgTime)
+      modificationTime(stgTime),
+      beforeNotifiers(),
+      afterNotifiers(),
+      mutex()
 {
 pthread_mutex_init(&mutex, NULL);
 }