https://bugs.kde.org/show_bug.cgi?id=398878

Lamarque V. Souza <lamar...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/netw
                   |                            |ork/krdc/commit/ba6baad9b49
                   |                            |a8a7fe57f27046631fc00c177e1
                   |                            |a0
         Resolution|---                         |FIXED
             Status|REPORTED                    |RESOLVED

--- Comment #2 from Lamarque V. Souza <lamar...@kde.org> ---
Git commit ba6baad9b49a8a7fe57f27046631fc00c177e1a0 by Lamarque V. Souza.
Committed on 12/03/2021 at 15:26.
Pushed by lvsouza into branch 'fix_crash_on_disconnect'.

Fix crash when closing a tab.

TabbedViewWidget::removePage is called twice for the same page, which
leads to crash on the second run. It is called by those two signals in
mainwindow.cpp:

connect(disconnectAction, SIGNAL(triggered()), SLOT(disconnectHost()));
connect(view, SIGNAL(disconnected()), this, SLOT(disconnectHost()));

M  +3    -0    tabbedviewwidget.cpp

https://invent.kde.org/network/krdc/commit/ba6baad9b49a8a7fe57f27046631fc00c177e1a0

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to