提交 12bd67a2 编写于 作者: F Foyzur Rahman

Changing WorkfileQueryspace_ReleaseEntry assert to check...

Changing WorkfileQueryspace_ReleaseEntry assert to check querySpaceNestingLevel == 0 when we release the entry.
上级 e430bd35
......@@ -339,7 +339,7 @@ WorkfileQueryspace_ReleaseEntry(void)
session_id, command_count);
}
Assert(querySpaceNestingLevel >= 0);
Assert(querySpaceNestingLevel == 0);
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册