File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
src/main/java/com/syntheticentropy/ocpro Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ minecraft_version = 1.12.2
33forge_version = 14.23.5.2847
44
55mod_name = OpenProlog
6- mod_version =0.3.1
6+ mod_version =0.3.2
77opencomputers_version =1.7.5.192
88
99org.gradle.jvmargs = -Xmx2048m
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public class OpenProlog
2020 @ SuppressWarnings ("WeakerAccess" )
2121 public static final String NAME = "OpenProlog" ;
2222 @ SuppressWarnings ("WeakerAccess" )
23- public static final String VERSION = "1.0 " ;
23+ public static final String VERSION = "0.3.2 " ;
2424
2525 // resource path
2626 static final String RESOURCE_PATH = "/com/syntheticentropy/ocpro/" ;
Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ public void run() {
3535 state = State .Terminated ;
3636 exitException = e ;
3737 owner .crash (e .getMessage ());
38+ } finally {
39+ if (jip != null ) {
40+ jip .releaseAllResources ();
41+ jip = null ;
42+ }
3843 }
3944 }
4045
You can’t perform that action at this time.
0 commit comments