Skip to content

Commit

Permalink
Extra treatment for 2.3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
IoannisPanagiotas committed Feb 14, 2023
1 parent efbc06e commit 412ed2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions algo/src/main/java/org/neo4j/gds/paths/yens/Yens.java
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ private PriorityQueue<MutablePathResult> initCandidatesQueue() {
@Override
public void release() {
dijkstra.release();
nodeBlackList.release();
relationshipBlackList.release();
nodeAvoidList.release();
relationshipAvoidList.release();
}

private Optional<PathResult> computeDijkstra(long sourceNode) {
Expand Down

0 comments on commit 412ed2a

Please sign in to comment.