We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9408f commit 33a5745Copy full SHA for 33a5745
tests/ffi/structs_test.dart
@@ -116,4 +116,5 @@ void testTypeTest() {
116
Coordinate c = Coordinate.allocate(10, 10, nullptr.cast<Coordinate>());
117
Expect.isTrue(c is Struct);
118
Expect.isTrue(c is Struct<Coordinate>);
119
+ c.addressOf.free();
120
}
0 commit comments