mirror of
https://github.com/clangen/musikcube.git
synced 2025-03-14 04:18:36 +00:00
Fixed a couple issues found by running a smoke test with valgrind.
This commit is contained in:
parent
9aee2b0765
commit
d231e5a32e
@ -147,6 +147,7 @@ PlaybackService::PlaybackService(
|
||||
, unshuffled(library)
|
||||
, repeatMode(RepeatNone)
|
||||
, messageQueue(messageQueue)
|
||||
, timeChangeMode(TimeChangeSeek)
|
||||
, seekPosition(-1.0f)
|
||||
, index(NO_POSITION)
|
||||
, nextIndex(NO_POSITION)
|
||||
|
@ -67,6 +67,7 @@ bool sortByFocusOrder(IWindowPtr a, IWindowPtr b) {
|
||||
|
||||
LayoutBase::LayoutBase(IWindow* parent)
|
||||
: Window(parent)
|
||||
, focused(0)
|
||||
, focusMode(FocusModeCircular) {
|
||||
this->SetFrameVisible(false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user