changeset 1007:d190ebba813e

Oops, a stray fclose() had been left in, causing a double free.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Mar 2015 03:27:17 +0200
parents 7a781c1285d9
children bfc38ecad1d4
files tools/packed.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/packed.c	Sun Mar 01 03:21:46 2015 +0200
+++ b/tools/packed.c	Sun Mar 01 03:27:17 2015 +0200
@@ -361,7 +361,6 @@
 
     dmFree(inBuffer);
     dmFree(outBuffer);
-    fclose(inFile);
     if (inFile != NULL)
         fclose(inFile);