diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-10-10 04:55:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-10-10 05:02:30 +0800 |
commit | dbd8378954fe3161aba153821ec04060235c17fa (patch) | |
tree | 6be00aa80e6b31283624fa0439cbebf9b6a5e236 /modules/text-highlight | |
parent | 092a504759f8966c9e37c7cdd079f98290be4c07 (diff) | |
download | gsoc2013-evolution-dbd8378954fe3161aba153821ec04060235c17fa.tar gsoc2013-evolution-dbd8378954fe3161aba153821ec04060235c17fa.tar.gz gsoc2013-evolution-dbd8378954fe3161aba153821ec04060235c17fa.tar.bz2 gsoc2013-evolution-dbd8378954fe3161aba153821ec04060235c17fa.tar.lz gsoc2013-evolution-dbd8378954fe3161aba153821ec04060235c17fa.tar.xz gsoc2013-evolution-dbd8378954fe3161aba153821ec04060235c17fa.tar.zst gsoc2013-evolution-dbd8378954fe3161aba153821ec04060235c17fa.zip |
Bug 684691 - EMailConfigFormatHTML: Signal handler never disconnected
EMailConfigFormatHTML listens for "changed" signals from a GSettings
instance, passing itself as the 'user_data' to the signal handler. But
the signal handler was left connected after EMailConfigFormatHTML was
finalized, resulting in the signal handler receiving a dangling pointer.
Not using g_signal_connect_object() here because of the unresolved
reference leak issue in GObject. The GSettings instance is likely
cached internally and lives well beyond the EMailConfigFormatHTML.
(cherry picked from commit 4483209dba2d421d814fae5dc31e5597fcacd612)
Diffstat (limited to 'modules/text-highlight')
0 files changed, 0 insertions, 0 deletions