]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_2DdataFileReader.cpp
Improve timing statistics
[flightgear.git] / src / FDM / UIUCModel / uiuc_2DdataFileReader.cpp
index 6b1dcb25ebb9e2237b88e0300c80de4495ae6ff7..6faabfdce635566be33ad99cc066a0b9bc021673 100644 (file)
@@ -71,8 +71,7 @@
 
  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA or view http://www.gnu.org/copyleft/gpl.html.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 **********************************************************************/
 
@@ -134,6 +133,7 @@ void uiuc_2DdataFileReader( string file_name,
           counter_x++;
         }
     }
+  delete matrix;
   return;
 }