aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/em-composer-prefs.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-10-10 04:55:08 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-10-10 04:56:42 +0800
commit4483209dba2d421d814fae5dc31e5597fcacd612 (patch)
tree9c111f035df1c08c78fab8af5e1218adfea935e9 /modules/mail/em-composer-prefs.c
parentd181e003cadfc3be2ac8b8ad020b110b94c08356 (diff)
downloadgsoc2013-evolution-4483209dba2d421d814fae5dc31e5597fcacd612.tar
gsoc2013-evolution-4483209dba2d421d814fae5dc31e5597fcacd612.tar.gz
gsoc2013-evolution-4483209dba2d421d814fae5dc31e5597fcacd612.tar.bz2
gsoc2013-evolution-4483209dba2d421d814fae5dc31e5597fcacd612.tar.lz
gsoc2013-evolution-4483209dba2d421d814fae5dc31e5597fcacd612.tar.xz
gsoc2013-evolution-4483209dba2d421d814fae5dc31e5597fcacd612.tar.zst
gsoc2013-evolution-4483209dba2d421d814fae5dc31e5597fcacd612.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.
Diffstat (limited to 'modules/mail/em-composer-prefs.c')
0 files changed, 0 insertions, 0 deletions