diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-11-02 09:53:10 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-11-02 09:53:10 +0100 |
commit | 2785a691b958a79a1dd606c445188c71c3f58b3c (patch) | |
tree | 671ec0f07cc8b60529e302aac5348b062f103942 /plugins | |
parent | 566dc060676b41e1e58a446b7dcc4159e242fee6 (diff) |
Imported Upstream version 0.20.2upstream/0.20.2
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/common/RESTSupport.vala | 2 |
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; } |