[Getdata-commits] SF.net SVN: getdata:[840] trunk/defile/bin/defile.c
Scientific Database Format
Brought to you by:
ketiltrout
|
From: <ket...@us...> - 2013-07-25 09:14:44
|
Revision: 840
http://sourceforge.net/p/getdata/code/840
Author: ketiltrout
Date: 2013-07-25 09:14:40 +0000 (Thu, 25 Jul 2013)
Log Message:
-----------
Don't delete df->output unnecessarily.
Modified Paths:
--------------
trunk/defile/bin/defile.c
Modified: trunk/defile/bin/defile.c
===================================================================
--- trunk/defile/bin/defile.c 2013-07-24 14:11:02 UTC (rev 839)
+++ trunk/defile/bin/defile.c 2013-07-25 09:14:40 UTC (rev 840)
@@ -1278,8 +1278,6 @@
gd_close(df->D);
}
- free(df->output);
-
/* force a final rate printing */
if (!df->quiet && (~df->mode_flags & DF_MODE_SERVER))
DF_PrintRate(1);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|