Kaydet (Commit) 8e730660 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1326215 Dereference after null check

and

coverity#1326214 Dereference after null check
coverity#1326213 Dereference after null check
coverity#1326212 Dereference after null check

Change-Id: I0596ace920dd4134f1a55272fdc60c761fefac16
üst bc1e9eaf
......@@ -120,7 +120,8 @@ namespace T602ImportFilter {
if (mxHandler.is()) \
{ \
mxHandler->startElement(_nam, mAttrList); \
mpAttrList->Clear(); \
if (mpAttrList) \
mpAttrList->Clear(); \
}
#define _End(_nam) \
......
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