Skip to content

Commit 5ebd979

Browse files
committed
Fix php_phongo_topology_description_to_zval
1 parent 4ff9966 commit 5ebd979

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

php_phongo.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,8 +1285,6 @@ bool php_phongo_topology_description_to_zval(zval* retval, mongoc_topology_descr
12851285
}
12861286

12871287
add_next_index_zval(&servers, &obj);
1288-
zval_ptr_dtor(&obj);
1289-
zval_ptr_dtor(&servers);
12901288
}
12911289
mongoc_server_descriptions_destroy_all(sds, n);
12921290

0 commit comments

Comments
 (0)