mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-27 08:57:41 +01:00
fix for #2264, likely uninitialized value of Editor::drag_info.copied_location
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3423 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6ca6379a52
commit
e1475964e5
1 changed files with 1 additions and 0 deletions
|
|
@ -254,6 +254,7 @@ Editor::Editor ()
|
|||
clicked_control_point = 0;
|
||||
last_update_frame = 0;
|
||||
drag_info.item = 0;
|
||||
drag_info.copied_location = 0;
|
||||
current_mixer_strip = 0;
|
||||
current_bbt_points = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue