Fix crash when dragging playhead or mouse in ruler area
authorTim Mayberry <mojofunk@gmail.com>
Tue, 21 Mar 2017 10:32:38 +0000 (20:32 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Sat, 1 Apr 2017 12:04:56 +0000 (22:04 +1000)
commit752706911ed9a14d570d27263ca42a9b0bc0cef3
tree73f272a3ffc125047569aa062ca1d6eff00820b4
parent727ac30dd2218f73f4d1b097820ec67f716cf40a
Fix crash when dragging playhead or mouse in ruler area

This can be hard to reproduce and I have not been able to work out the steps to
reproduce reliably, but as it is still occuring work around the issue by just
checking the variable is valid before dereferencing it.

Resolves: #7304
gtk2_ardour/editor.cc