File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1763,6 +1763,7 @@ test_large_inserts_ordered ()
1763
1763
mongoc_collection_remove (collection , MONGOC_REMOVE_NONE , tmp_bson ("{}" ),
1764
1764
NULL , NULL );
1765
1765
1766
+ bson_destroy (& reply );
1766
1767
mongoc_bulk_operation_destroy (bulk );
1767
1768
bulk = mongoc_collection_create_bulk_operation (collection , true, NULL );
1768
1769
assert (bulk );
@@ -1832,6 +1833,7 @@ test_large_inserts_unordered ()
1832
1833
mongoc_collection_remove (collection , MONGOC_REMOVE_NONE , tmp_bson ("{}" ),
1833
1834
NULL , NULL );
1834
1835
1836
+ bson_destroy (& reply );
1835
1837
mongoc_bulk_operation_destroy (bulk );
1836
1838
bulk = mongoc_collection_create_bulk_operation (collection , false, NULL );
1837
1839
assert (bulk );
@@ -1894,6 +1896,7 @@ test_numerous_inserts ()
1894
1896
mongoc_collection_remove (collection , MONGOC_REMOVE_NONE , tmp_bson ("{}" ),
1895
1897
NULL , NULL );
1896
1898
1899
+ bson_destroy (& reply );
1897
1900
mongoc_bulk_operation_destroy (bulk );
1898
1901
bulk = mongoc_collection_create_bulk_operation (collection , true, NULL );
1899
1902
assert (bulk );
You can’t perform that action at this time.
0 commit comments