Skip to content

Commit

Permalink
remove call to gc to better test against locking code in refcounting
Browse files Browse the repository at this point in the history
  • Loading branch information
unicolet committed May 8, 2012
1 parent ba3d7dd commit f0f895c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapscript/java/tests/threadtest/MapThread.java
Expand Up @@ -43,7 +43,7 @@ public void run() {
}
}
// We use this to test swig's memory management code
System.gc();
//System.gc();
//map.draw().save("/tmp/mapthread"+id+"-"+i+".png", map);
map.draw();

Expand Down

0 comments on commit f0f895c

Please sign in to comment.