git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Додано патч від Alexey Osipov <lion-simba@pridelands.ru>
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
rpcconfig
/
rpcconfig.cpp
diff --git
a/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.cpp
b/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.cpp
index 46905b15366e539b319ad4010cf72b72e1156e6a..cfaec55534aa7c5aa331f7a86cf2f9711d1fadf6 100644
(file)
--- a/
projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.cpp
+++ b/
projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.cpp
@@
-113,9
+113,15
@@
return rpcc.GetPlugin();
}
RPC_CONFIG::RPC_CONFIG()
}
RPC_CONFIG::RPC_CONFIG()
- : rpcServer(NULL)
+ : users(NULL),
+ admins(NULL),
+ tariffs(NULL),
+ store(NULL),
+ stgSettings(NULL),
+ rpcServer(NULL),
+ running(false),
+ stopped(true)
{
{
-
}
RPC_CONFIG::~RPC_CONFIG()
}
RPC_CONFIG::~RPC_CONFIG()