Commit 347f313f authored by dimitri's avatar dimitri

Fixed potential null pointer dereference

parent 3e9b5fe7
......@@ -3137,7 +3137,7 @@ static QCString getCanonicalTypeForIdentifier(
if (cd && cd==d)
{
*tSpec="";
if (tSpec) *tSpec="";
return "";
}
else if (cd) // resolves to a known class type
......
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