Skip to content

Commit 6358f27

Browse files
author
Marko Brčić
committed
Seems that System.gc() call is not necessary
1 parent ab424e6 commit 6358f27

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

MPChartLib/src/com/github/mikephil/charting/renderer/LineChartRenderer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,5 @@ public void releaseBitmap() {
736736
mDrawBitmap.clear();
737737
mDrawBitmap = null;
738738
}
739-
System.gc();
740739
}
741740
}

MPChartLib/src/com/github/mikephil/charting/renderer/PieChartRenderer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,5 @@ public void releaseBitmap() {
928928
mDrawBitmap.clear();
929929
mDrawBitmap = null;
930930
}
931-
System.gc();
932931
}
933932
}

0 commit comments

Comments
 (0)