Mercurial > hg > octave-lojdl
diff liboctave/ChangeLog @ 7872:1b63f8da772d
fix unloading of mex files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 05 Jun 2008 14:41:52 -0400 |
parents | 87865ed7405f |
children | f336dd8e96d0 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,8 @@ +2008-06-05 John W. Eaton <jwe@octave.org> + + * oct-shlib.cc (octave_base_shlib::remove): Only dereference + counter if iterator is valid. + 2008-06-02 David Bateman <dbateman@free.fr> * fCmplxDET.cc (FloatComplexDET::value_will_overflow,