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 e7343c1..f256d98 100644 (file)
@@ -1,12 +1,11 @@
 /* $Id$ */
 
-/* process_rl - GRAS process handling on real life                         */
+/* process_rl - GRAS process handling on real life                          */
 
-/* Authors: Martin Quinson                                                  */
-/* Copyright (C) 2003,2004 da GRAS posse.                                   */
+/* 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. */
* under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "gras/Virtu/virtu_rl.h"
 
@@ -23,6 +22,7 @@ xbt_error_t gras_process_init() {
 }
 xbt_error_t gras_process_exit() {
   gras_procdata_exit();
+  free(_gras_procdata);
   return no_error;
 }