Kaydet (Commit) 65abc5e3 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1326413 Dereference null return value

Change-Id: Icd3728ca151ede50ab41ad7fbb150a3054df6739
üst 570087e7
......@@ -318,7 +318,7 @@ public class WikiPropDialog extends WikiDialog{
{
try
{
if ( m_aWikiEditor != null )
if (m_aWikiEditor != null && aWikiSettings != null)
{
m_bAction = m_aWikiEditor.SendArticleImpl(
WikiPropDialog.this, aWikiSettings);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment