window proxy should delete its window during its destructor

This commit is contained in:
Paul Davis
2013-10-07 20:17:49 -04:00
parent d74255343e
commit 7ac849689d

View File

@@ -194,6 +194,7 @@ ProxyBase::ProxyBase (const string& name, const std::string& menu_name, const XM
ProxyBase::~ProxyBase ()
{
delete vistracker;
delete _window;
}
void