From f533923f1fe5b1b75771ced133858d6b23cde512 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Tue, 3 Aug 2010 08:05:32 +0000 Subject: XPath: Fixed leaks in case query compilation failed git-svn-id: http://pugixml.googlecode.com/svn/trunk@621 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pugixml.hpp') diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 6a5f7e4..d79d128 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -369,8 +369,6 @@ namespace pugi xpath_allocator* m_alloc; xpath_ast_node* m_root; - void compile(const char_t* query); - public: /** * Constructor from string with XPath expression. -- cgit v1.2.3