Skip to content

Commit

Permalink
Add dispose call to test
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyKuhne committed Jul 20, 2024
1 parent 63bf46b commit 2b4dd62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public void EnumerateDecoders()
{
Assert.NotNull(info);
Assert.NotNull(info.FriendlyName);
info.Dispose();
}
}
}

0 comments on commit 2b4dd62

Please sign in to comment.