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:
Paul Davis 2008-05-29 14:32:31 +00:00
parent 6ca6379a52
commit e1475964e5

View file

@ -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;