You can't reuse a criteria that has been "open" (in this case, using List method). It will be destroyed at that point.
And if your intention is to clear the criteria, why don't you just create a new one?
You can't reuse a criteria that has been "open" (in this case, using List method). It will be destroyed at that point.