| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 353be9d commit 9768493
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,6 +22,7 @@ public static JsonIterator borrowJsonIterator() { | |||
| 22 | 22 | ||
| 23 | 23 | public static void returnJsonIterator(JsonIterator iter) { | |
| 24 | 24 | iter.configCache = null; | |
| 25 | + iter.existingObject = null; | ||
| 25 | 26 | if (slot1.get() == null) { | |
| 26 | 27 | slot1.set(iter); | |
| 27 | 28 | return; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments