vk_pipeline_cache: Fix ReleaseContents order

pull/8/head
ReinUsesLisp 4 years ago committed by ameerj
parent a8d8fd40f7
commit d40faa1db0

@ -111,9 +111,9 @@ struct ShaderInfo {
struct ShaderPools { struct ShaderPools {
void ReleaseContents() { void ReleaseContents() {
inst.ReleaseContents();
block.ReleaseContents();
flow_block.ReleaseContents(); flow_block.ReleaseContents();
block.ReleaseContents();
inst.ReleaseContents();
} }
Shader::ObjectPool<Shader::IR::Inst> inst; Shader::ObjectPool<Shader::IR::Inst> inst;

Loading…
Cancel
Save