Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
memleak
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 31 Jul 2007 09:21:32 +0000 (09:21 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 31 Jul 2007 09:21:32 +0000 (09:21 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3918 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/surf/workstation_KCCFLN05.c

index 9d3a015..9eb913b 100644 (file)
@@ -89,6 +89,7 @@ static void *name_service(const char *name)
       RETHROW;
     WARN1("Host '%s' not found, verifing if it is a router", name);
     res = NULL;
+    xbt_ex_free(e);
   }
 
   return res;