Kaydet (Commit) e567ede5 authored tarafından Caolán McNamara's avatar Caolán McNamara

Related: rhbz#1444437 check if m_nTimeoutId is valid

Change-Id: I80d850d23ab0e95bb4b105efa5a1ae1e59933a95
üst 03e750a7
......@@ -246,7 +246,8 @@ struct LOKDocViewPrivateImpl
~LOKDocViewPrivateImpl()
{
g_source_remove(m_nTimeoutId);
if (m_nTimeoutId)
g_source_remove(m_nTimeoutId);
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment