Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/drtimcooper/XmlRpc4Win.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr Tim Cooper <tim@skedgo.com>2016-01-19 02:31:32 +0300
committerDr Tim Cooper <tim@skedgo.com>2016-01-19 02:31:32 +0300
commit515a9b4efbd0675581070d44450e69a233b71e9e (patch)
tree1fbce77a26f9ed978dffbadf813b0309af78b199
parent946885b210a1052cd787090796d8067b6df65e6a (diff)
work
-rw-r--r--TimXmlRpc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TimXmlRpc.cpp b/TimXmlRpc.cpp
index 20f2317..5bbe586 100644
--- a/TimXmlRpc.cpp
+++ b/TimXmlRpc.cpp
@@ -1118,6 +1118,7 @@ void XmlRpcValue::structFromXml(const char* &s)
XmlRpcValue val;
val.fromXml(s);
if ( ! val.valid()) {
+ free(name);
invalidate();
return;
}