Commit 8acee95c authored by John Hood's avatar John Hood
Browse files

Resolve Coverity issue with Parser::Transition's ownership of Action *.



This commit is somewhat subtle; it informs Coverity that
Parser::Transition only holds an Action* temporarily, and should never
create/delete one.  I believe runtime checkers should also understand
this OK.

Signed-off-by: default avatarJohn Hood <cgull@glup.org>
parent 6f4a59e2
Supports Markdown
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