# HG changeset patch # User John W. Eaton # Date 1290220112 18000 # Node ID cf5f87246c9061aaff09e8feaf2c2fbbd165ba8a # Parent 7d5351fc575a850973934534263d9210b4be564d changelog fix diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -8,6 +8,8 @@ 2010-11-19 John W. Eaton + Bug #31707. + * mex.cc (mex::free): Don't warn about skipping memory not allocated by mxMalloc, mxCalloc, or mxRealloc.