CID/979998: missing va_end()

This commit is contained in:
christos 2013-02-09 01:46:30 +00:00
parent 12e03428f2
commit 225b6588eb

View File

@ -728,6 +728,7 @@ TrLinkChildren (
{
AslError (ASL_WARNING, ASL_MSG_COMPILER_INTERNAL, Child,
"Child node list invalid");
va_end(ap);
return Op;
}