]> 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, 10 Jan 2015 18:52:28 +0000 (20:52 +0200)
projects/stargazer/plugins/configuration/sgconfig/configproto.cpp

index fc1649005b3f73ea33e73030a403b83d9e0d3812..d1d25026f68c34a452602d014e85425f6be3b8fc 100644 (file)
@@ -53,6 +53,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),