Skip to content

iris, crocus: Call blorp_finish() when destroying context

Right now blorp is not doing anything special in the finish function so we don't have a bug. But that may change to do actual cleanup there in the future (if other changes I have upcoming get merged), so let's call the finish as blorp interface expects us to.

Merge request reports