| Index: remoting/host/disconnect_window_gtk.cc
|
| diff --git a/remoting/host/disconnect_window_gtk.cc b/remoting/host/disconnect_window_gtk.cc
|
| index 3a58d35e25827ced91c3f2d2e4256afeb51d92bc..06e171b0de2250ba64d5c4465d373a8074193239 100644
|
| --- a/remoting/host/disconnect_window_gtk.cc
|
| +++ b/remoting/host/disconnect_window_gtk.cc
|
| @@ -56,6 +56,7 @@ DisconnectWindowGtk::DisconnectWindowGtk()
|
| }
|
|
|
| DisconnectWindowGtk::~DisconnectWindowGtk() {
|
| + Hide();
|
| }
|
|
|
| void DisconnectWindowGtk::CreateWindow(const UiStrings& ui_strings) {
|
|
|