mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed uninitialized memory read detected by valgrind.
This commit is contained in:
@@ -71,8 +71,8 @@ FrameAnimationControl::FrameAnimationControl(QObject* parent)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void FrameAnimationControl::setDefault()
|
||||
{
|
||||
setNumFrames(0);
|
||||
setCurrentFrame(0);
|
||||
setNumFrames(0);
|
||||
setTimeout(TIMEOUT_DEFAULT);
|
||||
setForward(true);
|
||||
setRepeatFromStart(false);
|
||||
|
||||
Reference in New Issue
Block a user