From 6751a385a81902e03ad2d205133560b57bacaa21 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 14 Jul 2013 19:24:47 +0300 Subject: RECORDER: Fix CID 1046883. Uninitialized variables --- gui/onscreendialog.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gui/onscreendialog.cpp') diff --git a/gui/onscreendialog.cpp b/gui/onscreendialog.cpp index 84b84f0192..e508c64290 100644 --- a/gui/onscreendialog.cpp +++ b/gui/onscreendialog.cpp @@ -116,6 +116,9 @@ OnScreenDialog::OnScreenDialog(bool isRecord) : Dialog("OnScreenDialog") { _enableDrag = false; _mouseOver = false; _editDlgShown = false; + + lastTime = 0; + dlg = 0; } void OnScreenDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 data) { -- cgit v1.2.3