This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/26063] memory leak in _Jv_Linker::link_symbol_table



------- Comment #6 from aph at gcc dot gnu dot org  2006-02-02 12:10 -------
See java/lang/reflect/natMethod.cc:

#if USE_LIBFFI
#include <ffi.h>
#else
#include <java/lang/UnsupportedOperationException.h>
#endif


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26063


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]