Skip to content

Commit

Permalink
Fix #1633 Gephi 0.9.1 freezes for dynamical graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
eduramiba committed Dec 14, 2016
1 parent 64b1f7d commit f556986
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public synchronized void reset() {
}
} finally {
if (graphModel != null) {
graphModel.getGraph().readUnlockAll();
graph.readUnlockAll();
graph.writeUnlock();
}
}
Expand Down

0 comments on commit f556986

Please sign in to comment.