mirror of https://github.com/BOINC/boinc.git
lib: don't clear entire APP_VERSION struct in APP_VERSION::parse_coproc()
This commit is contained in:
parent
6550c6927a
commit
062e401816
|
@ -6256,3 +6256,9 @@ Charlie 18 Oct 2012
|
|||
sg_TaskPanel.cpp
|
||||
lib/
|
||||
gui_rpc_client_ops.cpp
|
||||
|
||||
Charlie 18 Oct 2012
|
||||
- lib: don't clear entire APP_VERSION struct in APP_VERSION::parse_coproc().
|
||||
|
||||
lib/
|
||||
gui_rpc_client_ops.cpp
|
||||
|
|
|
@ -478,7 +478,6 @@ APP_VERSION::~APP_VERSION() {
|
|||
}
|
||||
|
||||
int APP_VERSION::parse_coproc(XML_PARSER& xp) {
|
||||
memset(this, 0, sizeof(APP_VERSION));
|
||||
while (!xp.get_tag()) {
|
||||
if (xp.match_tag("/coproc")) {
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue