destroy the container window we create

wilder-5.14
David Edmundson 10 years ago
parent 4c16c5d533
commit 60c84bd7cd
  1. 3
      xembed-sni-proxy/sniproxy.cpp

@ -185,6 +185,9 @@ SNIProxy::SNIProxy(xcb_window_t wid, QObject* parent):
SNIProxy::~SNIProxy()
{
auto c = QX11Info::connection();
xcb_destroy_window(c, m_containerWid);
QDBusConnection::disconnectFromBus(m_dbus.name());
}

Loading…
Cancel
Save