summaryrefslogtreecommitdiff
path: root/gtk2_ardour/canvas-waveview.c
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-12-22 19:37:03 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-12-22 19:37:03 +0000
commitd3917786501d9142f8c1454c62b3eac7c0bd9f88 (patch)
tree898bf3806fe379014b3abda34738e3d11bfa309b /gtk2_ardour/canvas-waveview.c
parent24e9a9396821b15e0d2efe848573912992639a3a (diff)
very important fix to avoid double delete of waveview caches, since regionviews own the cache, not the waveview
git-svn-id: svn://localhost/trunk/ardour2@203 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/canvas-waveview.c')
-rw-r--r--gtk2_ardour/canvas-waveview.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/canvas-waveview.c b/gtk2_ardour/canvas-waveview.c
index f47529973e..37c13cf4e2 100644
--- a/gtk2_ardour/canvas-waveview.c
+++ b/gtk2_ardour/canvas-waveview.c
@@ -329,8 +329,6 @@ gnome_canvas_waveview_destroy (GtkObject *object)
waveview = GNOME_CANVAS_WAVEVIEW (object);
- gnome_canvas_waveview_cache_destroy (waveview->cache);
-
if (GTK_OBJECT_CLASS (parent_class)->destroy)
(* GTK_OBJECT_CLASS (parent_class)->destroy) (object);
}