Re: Cppcheck: throwing exception in destructor in SyncDbusSessionHelper.cxx (shell module)

2013-05-13 Thread Stephan Bergmann
On 05/12/2013 04:19 PM, julien2412 wrote: Cppcheck reported exception thrown in destructor in shell/source/sessioninstall/SyncDbusSessionHelper.cxx, line 39 28 class GErrorWrapper 29 { 30 GError* m_pError; 31 public: 32

Cppcheck: throwing exception in destructor in SyncDbusSessionHelper.cxx (shell module)

2013-05-12 Thread julien2412
Hello, Cppcheck reported exception thrown in destructor in shell/source/sessioninstall/SyncDbusSessionHelper.cxx, line 39 28 class GErrorWrapper 29 { 30 GError* m_pError; 31 public: 32 GErrorWrapper(GError* pError) : m_pError(pError) {}