fix #4004 - AutomationTimeAxisView wasn't deleting its StreamView in its destructor...
commit6fd6a66707e150c6fd75c91748c07de70e84429a
authorpaul <paul@d708f5d6-7413-0410-9779-e7cbd77b26cf>
Sun, 10 Jul 2011 15:28:09 +0000 (10 15:28 +0000)
committerpaul <paul@d708f5d6-7413-0410-9779-e7cbd77b26cf>
Sun, 10 Jul 2011 15:28:09 +0000 (10 15:28 +0000)
tree6eadc193d4f2a35e102bf3b6537378dd51f86444
parent6d6fbc853e95fd0aba66effe67df834b1c547947
fix #4004 - AutomationTimeAxisView wasn't deleting its StreamView in its destructor, leaving a dangling set of objects hanging around after route deletion. Worth noting that the playlist, region(s) and source of the deleted track remain in existence, which is almost certainly wrong but i'll file a new bug for that

git-svn-id: http://subversion.ardour.org/svn/ardour2/ardour2/branches/3.0@9829 d708f5d6-7413-0410-9779-e7cbd77b26cf
gtk2_ardour/automation_time_axis.cc