Skip to content

Commit

Permalink
Free an unmanaged class that I forgot to... :'(
Browse files Browse the repository at this point in the history
---
Signed-off-by: Brad Chamberlain <bradcray@users.noreply.github.com>
  • Loading branch information
bradcray committed Jun 14, 2023
1 parent 0e83b11 commit 7e9e833
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/classes/cast/castClassPtr.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ proc main() {
writeln(c3());
assert(c_ptrTo(c) == c_ptrTo(c3));
writeln("Addresses match!");

delete c;
}

0 comments on commit 7e9e833

Please sign in to comment.