From 7c0c85a86aa73c0c495523f994f8412e377a8195 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 14 Jun 2010 23:47:31 -0700 Subject: Upgrading im to 3.6 --- im/src/im_file.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'im/src/im_file.cpp') diff --git a/im/src/im_file.cpp b/im/src/im_file.cpp index 3bfa779..9a4519a 100755 --- a/im/src/im_file.cpp +++ b/im/src/im_file.cpp @@ -2,7 +2,7 @@ * \brief File Access * * See Copyright Notice in im_lib.h - * $Id: im_file.cpp,v 1.5 2009/08/23 23:57:51 scuri Exp $ + * $Id: im_file.cpp,v 1.6 2009/11/23 17:13:05 scuri Exp $ */ #include @@ -125,6 +125,7 @@ void imFileClose(imFile* ifile) if (ifile->line_buffer) free(ifile->line_buffer); delete attrib_table; + delete ifileformat; } void* imFileHandle(imFile* ifile, int index) -- cgit v1.2.3