There is a storage leak if a state machine action that is not marked <<final>> or named Delete deletes the instance. The leak is caused by the deliberate raising of ColdFrame.Exceptions.Use_Error.
--- old+++ new@@ -1,4 +1 @@-There is a storage leak if a state machine action that is not-marked <<final>> or named Delete deletes the-instance. The leak is caused by the deliberate raising-of ColdFrame.Exceptions.Use_Error.+There is a storage leak if a state machine action that is not marked `<<final>>` or named Delete deletes the instance. The leak is caused by the deliberate raising of ColdFrame.Exceptions.Use_Error.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=917025
ColdFrame bug # 0334.
Logged In: YES
user_id=917025
This is reclassified as a Feature; a state machine which does this is
wrong, and needs fixing.
Logged In: YES
user_id=917025
On second thoughts, it's a Bad Thing to leave the model unrecoverable
even by teardown!
Logged In: YES
user_id=917025
The instance concerned is now left where Tear_Down can find it, so that it
will get reaped.
Diff: