summaryrefslogtreecommitdiff
path: root/java/sablevm/files/patch-an
blob: 5457c2fb42d2ef3f129a5ca71f0e60e5f71ec923 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- work/sablevm-1.0.6/src/sablevm/sablevm.c.orig	Thu Oct 24 07:52:16 2002
+++ work/sablevm-1.0.6/src/sablevm/sablevm.c	Thu Feb 20 13:32:59 2003
@@ -1431,6 +1431,9 @@
 	    exit_status = EXIT_FAILURE;
 	    goto cleanup;
 	  }
+
+	/* free up local native reference */
+	(*env)->DeleteLocalRef (env, s);
       }
   }