GraphScope/GRIN

Memory leak for vertex list and vertex iterator

doudoubobo opened this issue · 0 comments

In current implementation of vertexlist, grin_get_vertex_from_list() and grin_get_vertex_from_iter() will alloc memory each time they are invoked, but no delete_vertex() function is provided to free alloced memory.