diff --git a/src/t_stream.c b/src/t_stream.c index e6e5da731..d3a3b9264 100644 --- a/src/t_stream.c +++ b/src/t_stream.c @@ -401,7 +401,7 @@ void streamGetEdgeID(stream *s, int first, int skip_tombstones, streamID *edge_i streamID min_id = {0, 0}, max_id = {UINT64_MAX, UINT64_MAX}; *edge_id = first ? max_id : min_id; } - + streamIteratorStop(&si); } /* Adds a new item into the stream 's' having the specified number of