classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] RFC: some missing DeleteLocalRef patches


From: Mark Wielaard
Subject: Re: [cp-patches] RFC: some missing DeleteLocalRef patches
Date: Tue, 22 Nov 2005 13:50:30 +0100

Hi Christian,

On Tue, 2005-11-22 at 11:14 +0100, Christian Thalinger wrote:
> This one i found with jaha
> (http://www.cs.helsinki.fi/u/abrax/HACK/JAVA/JAHA.html).

> --- native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c        18 
> Aug 2005 01:22:00 -0000      1.19
> +++ native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c        22 
> Nov 2005 00:16:51 -0000
> @@ -270,6 +270,8 @@ query_formats (JNIEnv *env, jclass clazz
>           (*env)->DeleteLocalRef(env, string);
>           ++ch;
>         }
> +
> +      (*env)->DeleteLocalRef(env, jformat);
>      }

Also looks fine to me.

Thanks,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]