diff options
author | David Robillard <d@drobilla.net> | 2016-10-29 10:41:50 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-10-29 10:41:50 -0400 |
commit | ca4b7eaaa70a617f086fad29f0fdf12f0ad6a03e (patch) | |
tree | 581c5939b1c6bbdc994477b5173b9d0f8a6b9ff8 /src/gui | |
parent | eb345180d80bbb26608d56a8ca55f1129c0bbef5 (diff) | |
download | ingen-ca4b7eaaa70a617f086fad29f0fdf12f0ad6a03e.tar.gz ingen-ca4b7eaaa70a617f086fad29f0fdf12f0ad6a03e.tar.bz2 ingen-ca4b7eaaa70a617f086fad29f0fdf12f0ad6a03e.zip |
Fix minor memory issues
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/App.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/App.cpp b/src/gui/App.cpp index a3055c91..d77779ef 100644 --- a/src/gui/App.cpp +++ b/src/gui/App.cpp @@ -79,6 +79,7 @@ App::App(Ingen::World* world) , _n_threads(1) , _max_event_load(0.0f) , _min_run_load(0.0f) + , _mean_run_load(0.0f) , _max_run_load(0.0f) , _enable_signal(true) , _requested_plugins(false) |