initialize some uninitialized variables.

really just nitpicking (keep valgrind clean).
This commit is contained in:
Robin Gareus 2015-09-06 21:54:54 +02:00
parent ebe15849d4
commit fc079a0ea3
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -100,6 +100,7 @@ EngineControl::EngineControl ()
, _desired_sample_rate (0)
, started_at_least_once (false)
, queue_device_changed (false)
, _have_control (true)
, block_signals(0)
{
using namespace Notebook_Helpers;