From d6cf064484558336c3258302857c89ef50b01fec Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 4 Mar 2016 12:49:10 -0600 Subject: fix RotationLock shutdown issue that messed with getting clean test runs --- src/rotation-lock.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rotation-lock.cpp') diff --git a/src/rotation-lock.cpp b/src/rotation-lock.cpp index f19ac9f..88c7e1b 100644 --- a/src/rotation-lock.cpp +++ b/src/rotation-lock.cpp @@ -43,6 +43,7 @@ public: ~Impl() { + g_signal_handlers_disconnect_by_data(m_settings, this); g_clear_object(&m_action_group); g_clear_object(&m_settings); } -- cgit v1.2.3