|
From: <lk...@us...> - 2004-10-25 12:25:33
|
Update of /cvsroot/openorb/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv914 Modified Files: WHATSNEW Log Message: Fixed potential NPE in ServiceBase Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/tools/WHATSNEW,v retrieving revision 1.80 retrieving revision 1.81 diff -u -d -r1.80 -r1.81 --- WHATSNEW 16 Aug 2004 12:02:15 -0000 1.80 +++ WHATSNEW 25 Oct 2004 12:25:24 -0000 1.81 @@ -1,6 +1,8 @@ OpenORB tools ------------- +- Fixed potential NPE in ServiceBase + - A memory leak on AIX, when using the native library for RMI-IIOP unmarshalling has been discovered. The new library jar fixes the problem. |