Skip to content

Commit

Permalink
destroy InferenceState earlier on v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Jan 17, 2024
1 parent 5f2402d commit a87d7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abstractinterpret/typeinfer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ function CC._typeinf(analyzer::AbstractAnalyzer, frame::InferenceState)
CC.cache_result!(analyzer, caller)
end
end

empty!(frames)
return true
end

Expand Down

0 comments on commit a87d7a5

Please sign in to comment.