[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Fix for Invalid Local References

From: Byeongcheol Lee <lineonking_at_gmail.com>
Date: Fri, 21 May 2010 16:33:41 -0500

I'd like to correct the description of the bug. The "array" method
does not allocate the local reference at Line 119, but at Line 114 in
the following.

$ cat -n subversion/bindings/javahl/native/CopySources.cpp
...
   114 jstring jpath = (jstring)
   115 env->CallObjectMethod(*it, getPath);
...

Thanks,
Byeong
Received on 2010-05-22 00:34:10 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.