]> git.stg.codes - stg.git/commitdiff
Initialize m_store in ctor.
authorMaxim Mamontov <faust.madf@gmail.com>
Sat, 27 Sep 2014 22:47:22 +0000 (01:47 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Sat, 27 Sep 2014 22:47:22 +0000 (01:47 +0300)
projects/stargazer/plugins/configuration/sgconfig/configproto.cpp

index d54c68f998d38e443dea95d7a5d885da550ebb81..9f67f1816bdf873671902cd24f151074e3b54cb8 100644 (file)
@@ -54,6 +54,7 @@ CONFIGPROTO::CONFIGPROTO(PLUGIN_LOGGER & l)
       m_admins(NULL),
       m_tariffs(NULL),
       m_users(NULL),
+      m_store(NULL),
       m_port(0),
       m_bindAddress("0.0.0.0"),
       m_running(false),