r20928 by jghali -
scribus-commit
scribus-commit at lists.scribus.net
Sun Feb 7 00:33:51 UTC 2016
Author: jghali
Date: Sun Feb 7 00:33:51 2016
New Revision: 20928
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=20928
Log:
coverity #1350739: uninitialized pointer field
Modified:
trunk/Scribus/scribus/plugins/tools/hunspellcheck/hunspellpluginimpl.cpp
Modified: trunk/Scribus/scribus/plugins/tools/hunspellcheck/hunspellpluginimpl.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=20928&path=/trunk/Scribus/scribus/plugins/tools/hunspellcheck/hunspellpluginimpl.cpp
==============================================================================
--- trunk/Scribus/scribus/plugins/tools/hunspellcheck/hunspellpluginimpl.cpp (original)
+++ trunk/Scribus/scribus/plugins/tools/hunspellcheck/hunspellpluginimpl.cpp Sun Feb 7 00:33:51 2016
@@ -33,8 +33,8 @@
// Initialize members here, if any
HunspellPluginImpl::HunspellPluginImpl() : QObject(0)
{
- //hspellers=NULL;
// numDicts=0;
+ m_doc=NULL;
m_runningForSE=false;
m_SE=NULL;
}
More information about the scribus-commit
mailing list