[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Sebastien Delaux s.delaux at niwa.co.nz
Fri May 15 02:52:25 UTC 2009


The following commit has been merged in the upstream branch:
commit 5752a1d0961d157cbcaf80cbe65b2dc5fa2f983e
Author: Sebastien Delaux <s.delaux at niwa.co.nz>
Date:   Thu Aug 4 15:11:49 2005 +1000

    cell->data is set to NULL by gfs_cell_cleanup
    
    darcs-hash:20050804051149-118cf-5fb70fd0eca12fafc211f617d7f5b4b259979ade.gz

diff --git a/src/fluid.c b/src/fluid.c
index d122c27..5693026 100644
--- a/src/fluid.c
+++ b/src/fluid.c
@@ -1328,6 +1328,7 @@ void gfs_cell_cleanup (FttCell * cell)
     GFS_STATE (cell)->solid = NULL;
   }
   g_free (cell->data);
+  cell->data = NULL;
 }
 
 /**

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list