[Pkg-owncloud-commits] [owncloud-client] 46/70: owncloudwizard: properly initialize _account memember
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Jul 1 10:21:22 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 73ab2804c4127df1b1c4477d8ed07c8471e8246f
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Fri Jun 20 12:34:57 2014 +0200
owncloudwizard: properly initialize _account memember
This fixes Coverity CID 12927
---
src/wizard/owncloudwizard.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/wizard/owncloudwizard.cpp b/src/wizard/owncloudwizard.cpp
index 7635e2f..94e3559 100644
--- a/src/wizard/owncloudwizard.cpp
+++ b/src/wizard/owncloudwizard.cpp
@@ -36,6 +36,7 @@ namespace Mirall
OwncloudWizard::OwncloudWizard(QWidget *parent)
: QWizard(parent),
+ _account(0),
_setupPage(new OwncloudSetupPage),
_httpCredsPage(new OwncloudHttpCredsPage),
_shibbolethCredsPage(new OwncloudShibbolethCredsPage),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list