Commit 347f313f authored by dimitri's avatar dimitri
Browse files

Fixed potential null pointer dereference

parent 3e9b5fe7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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