This commit is contained in:
Ryan 2020-03-11 02:53:43 -04:00 committed by GitHub
parent ac3c07b344
commit 69a514f62d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,8 +132,10 @@ public class JavascriptExpansion extends PlaceholderExpansion implements Cacheab
s.saveData();
s.cleanup();
});
if (githubScripts != null) {
githubScripts.clear();
githubScripts = null;
}
scripts.clear();
globalEngine = null;
instance = null;