summaryrefslogtreecommitdiff
path: root/plugins/common/RESTSupport.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-11-02 09:53:10 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-11-02 09:53:10 +0100
commit2785a691b958a79a1dd606c445188c71c3f58b3c (patch)
tree671ec0f07cc8b60529e302aac5348b062f103942 /plugins/common/RESTSupport.vala
parent566dc060676b41e1e58a446b7dcc4159e242fee6 (diff)
Imported Upstream version 0.20.2upstream/0.20.2
Diffstat (limited to 'plugins/common/RESTSupport.vala')
-rw-r--r--plugins/common/RESTSupport.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/common/RESTSupport.vala b/plugins/common/RESTSupport.vala
index 6a64025..7334de6 100644
--- a/plugins/common/RESTSupport.vala
+++ b/plugins/common/RESTSupport.vala
@@ -463,7 +463,7 @@ public class XmlDocument {
document = doc;
}
- ~RESTXmlDocument() {
+ ~XmlDocument() {
delete document;
}