aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-02-14 02:39:39 +0800
committerChris Lahey <clahey@src.gnome.org>2001-02-14 02:39:39 +0800
commit9aca6f5902c78f98cda7fe79d699e288c3bc9ad0 (patch)
treefc647b16c70edf6f4dc8433831174a1fe5d0daf7
parent550d31addc0fc87056954185af4975b65ec23e1c (diff)
downloadgsoc2013-evolution-9aca6f5902c78f98cda7fe79d699e288c3bc9ad0.tar.gz
gsoc2013-evolution-9aca6f5902c78f98cda7fe79d699e288c3bc9ad0.tar.zst
gsoc2013-evolution-9aca6f5902c78f98cda7fe79d699e288c3bc9ad0.zip
Fix the crash when ETableItems are destroyed.
2001-02-13 Christopher James Lahey <clahey@ximian.com> * e-table-item.c (eti_destroy): Fix the crash when ETableItems are destroyed. svn path=/trunk/; revision=8207
-rw-r--r--widgets/table/e-table-item.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/widgets/table/e-table-item.c b/widgets/table/e-table-item.c
index f3f776c2d6..639d8196cf 100644
--- a/widgets/table/e-table-item.c
+++ b/widgets/table/e-table-item.c
@@ -930,7 +930,10 @@ eti_destroy (GtkObject *object)
if (eti->height_cache_idle_id)
g_source_remove(eti->height_cache_idle_id);
- free_height_cache(eti);
+ if (eti->height_cache)
+ g_free (eti->height_cache);
+ eti->height_cache = NULL;
+ eti->height_cache_idle_count = 0;
if (eti->tooltip->window)
gtk_widget_destroy (eti->tooltip->window);
title='2009-07-31 21:57:52 +0800'>2009-07-311-0/+1 ntw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/audio/id3mtag?h=gnome-3.28&id=7862f91c63fee7461b2a38092f78fb741661e6e8'>- Update to 0.79amdmi32015-02-033-7/+14 * Remove useless mkdir which was violating stagedirantoine2014-09-241-1/+0 * - Support stagingehaupt2014-02-131-16/+11 * According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+2 * Convert to PORT_OPTIONS:MDOCS.adamw2014-01-031-1/+3