Skip to content

Commit 2b4dd62

Browse files
committed
Add dispose call to test
1 parent 63bf46b commit 2b4dd62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/thirtytwo_tests/Win32/Graphics/Imaging/ComponentInfoTests.cs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public void EnumerateDecoders()
1313
{
1414
Assert.NotNull(info);
1515
Assert.NotNull(info.FriendlyName);
16+
info.Dispose();
1617
}
1718
}
1819
}

0 commit comments

Comments
 (0)