SVN commit 1032183 by rnovacek: Fixed missing g_cancellable_new() calls M +3 -0 authority.cpp --- branches/work/polkit-qt-1/authority.cpp #1032182:1032183 @@ -160,6 +160,9 @@ m_registerAuthenticationAgentCancellable = g_cancellable_new(); m_unregisterAuthenticationAgentCancellable = g_cancellable_new(); m_authenticationAgentResponseCancellable = g_cancellable_new(); + m_enumerateTemporaryAuthorizationsCancellable = g_cancellable_new(); + m_revokeTemporaryAuthorizationsCancellable = g_cancellable_new(); + m_revokeTemporaryAuthorizationCancellable = g_cancellable_new(); if (pkAuthority == NULL) { pkAuthority = polkit_authority_get();