mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
initialize some uninitialized variables.
really just nitpicking (keep valgrind clean).
This commit is contained in:
parent
ebe15849d4
commit
fc079a0ea3
2 changed files with 2 additions and 0 deletions
|
|
@ -380,6 +380,7 @@ Editor::Editor ()
|
|||
region_edit_menu_split_item = 0;
|
||||
temp_location = 0;
|
||||
leftmost_frame = 0;
|
||||
mouse_mode = MouseObject;
|
||||
current_stepping_trackview = 0;
|
||||
entered_track = 0;
|
||||
entered_regionview = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue