diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-01-24 07:42:54 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-01-24 07:42:54 +0800 |
commit | 9d3fd8c92531b33d5974b790c092c06f914a6282 (patch) | |
tree | e07518050631c868d8ae7695f911c28298ec9976 /executive-summary/evolution-services | |
parent | e441180783a0d5af0664b991bd99906f5bd993f5 (diff) | |
download | gsoc2013-evolution-9d3fd8c92531b33d5974b790c092c06f914a6282.tar gsoc2013-evolution-9d3fd8c92531b33d5974b790c092c06f914a6282.tar.gz gsoc2013-evolution-9d3fd8c92531b33d5974b790c092c06f914a6282.tar.bz2 gsoc2013-evolution-9d3fd8c92531b33d5974b790c092c06f914a6282.tar.lz gsoc2013-evolution-9d3fd8c92531b33d5974b790c092c06f914a6282.tar.xz gsoc2013-evolution-9d3fd8c92531b33d5974b790c092c06f914a6282.tar.zst gsoc2013-evolution-9d3fd8c92531b33d5974b790c092c06f914a6282.zip |
Lots of stuff like memory leaks and things I forgot ages ago...
Enjoy.
svn path=/trunk/; revision=7763
Diffstat (limited to 'executive-summary/evolution-services')
-rw-r--r-- | executive-summary/evolution-services/executive-summary-html-view.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/executive-summary/evolution-services/executive-summary-html-view.c b/executive-summary/evolution-services/executive-summary-html-view.c index 1792a5a53e..659aad18fd 100644 --- a/executive-summary/evolution-services/executive-summary-html-view.c +++ b/executive-summary/evolution-services/executive-summary-html-view.c @@ -209,7 +209,6 @@ executive_summary_html_view_new_full (BonoboEventSource *event_source) corba_object = bonobo_object_activate_servant (BONOBO_OBJECT (view), servant); - bonobo_object_ref (BONOBO_OBJECT (event_source)); executive_summary_html_view_construct (view, event_source, corba_object); return BONOBO_OBJECT (view); |