Do not leave $$ uninitialized in case of error
Change-Id: Id28fb53a98ff164cd14f8f9dcb4ebee7a71bfd1e
This commit is contained in:
@@ -1484,6 +1484,7 @@ const_type :
|
|||||||
if (!idlc()->error()->checkPublished(type))
|
if (!idlc()->error()->checkPublished(type))
|
||||||
{
|
{
|
||||||
type = 0;
|
type = 0;
|
||||||
|
$$ = ET_none;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user