Skip to content

Commit

Permalink
Fix free function defect
Browse files Browse the repository at this point in the history
  • Loading branch information
sakehl committed Aug 8, 2024
1 parent f32a97a commit 2d925c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rewrite/vct/rewrite/EncodeArrayValues.scala
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ case class EncodeArrayValues[Pre <: Generation]() extends Rewriter[Pre] {
}
// If structure contains structs, the permission for those fields need to be released as well
val permFields =
t match {
innerT match {
case innerT: TClass[Post] => unwrapStructPerm(access, innerT, o, makeStruct)
case _ => Seq()
}
Expand Down

0 comments on commit 2d925c6

Please sign in to comment.