From e97c1ca41f345bcf57417f6dc06e0d42f3547443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 3 Oct 2014 14:53:52 +0200 Subject: Imported Upstream version 0.20.1 --- plugins/common/RESTSupport.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/common') 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; } -- cgit v1.2.3