Add an assert that VRT_delete_backend is only called once
VRT_delete_backend() sets be->cooled to non-zero as the only place where that is done. Assert that it is zero on entry as a check that VRT_delete_backend isn't called multiple times.
Showing
Please register or sign in to comment