model: rework the release sequence fixups
authorBrian Norris <banorris@uci.edu>
Fri, 15 Feb 2013 20:54:25 +0000 (12:54 -0800)
committerBrian Norris <banorris@uci.edu>
Fri, 15 Feb 2013 23:46:47 +0000 (15:46 -0800)
commite023a280ce4c4986413c516008ef8f39adf127dc
treef9fa1799b60a23ffec427637e32619ffe52d98b4
parent6c69f716484f7a5acee72e0f02813fb98f4ac2ad
model: rework the release sequence fixups

It makes more sense to pull the release sequence fixups out of the main
execution loop and only perform them after all other actions are
complete.

There's still some more cleanup to be done here, but it appears that
end-of-execution release sequence fixups are functional again.
model.cc