Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding a nice skeleton for Henri.
[simgrid.git] / src / gras / Virtu / rl_process.c
index 3e3bfa2..f256d98 100644 (file)
@@ -1,8 +1,8 @@
 /* $Id$ */
 
-/* process_rl - GRAS process handling on real life                         */
+/* process_rl - GRAS process handling on real life                          */
 
-/* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
+/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -22,6 +22,7 @@ xbt_error_t gras_process_init() {
 }
 xbt_error_t gras_process_exit() {
   gras_procdata_exit();
+  free(_gras_procdata);
   return no_error;
 }