From bd34ee943e1041cfff7d4bd896bb4bb2c09a546a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Feb 2008 19:51:43 +0000 Subject: Plug several memory leaks. Reduce Patchage memory consumption (shrink (stupid) alsa thread stack size). git-svn-id: http://svn.drobilla.net/lad/patchage@1161 a436a847-0d15-0410-975c-d299462d15a1 --- src/GladeFile.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/GladeFile.hpp') diff --git a/src/GladeFile.hpp b/src/GladeFile.hpp index cc0954c..ad334f1 100644 --- a/src/GladeFile.hpp +++ b/src/GladeFile.hpp @@ -27,8 +27,6 @@ class GladeFile { public: static Glib::RefPtr open(const std::string& base_name) { - Glib::RefPtr xml; - // Check for the .glade file in current directory std::string glade_filename = std::string("./").append(base_name).append(".glade"); std::ifstream fs(glade_filename.c_str()); -- cgit v1.2.1