Skip to content

Commit c1e73ce

Browse files
Close property query, again.
1 parent 05d7a9e commit c1e73ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/src/query/property.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ class PropertyQuery {
1111
}
1212

1313
void close() {
14-
// FIXME Property query seems to "auto-close" after first use, it shouldn't?
15-
//checkObx(bindings.obx_query_prop_close(_cProp));
14+
checkObx(bindings.obx_query_prop_close(_cProp));
1615
}
1716

1817
bool get distinct => _distinct;

0 commit comments

Comments
 (0)