Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Forgot one free.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 10 Mar 2011 13:01:31 +0000 (13:01 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 10 Mar 2011 13:01:31 +0000 (13:01 +0000)
See Free dynar after use in xbt_dynar_compare commit.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9779 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/surf/surf_routing.c

index d0a5328..e3d2fa3 100644 (file)
@@ -1793,7 +1793,6 @@ static void model_floyd_set_route(routing_component_t rc, const char *src,
                              (void*)link_route_to_test,
                                  (int_f_cpvoid_cpvoid_t) surf_pointer_resource_cmp),
                                  "The route between \"%s\" and \"%s\" already exists", src,dst);
-                       xbt_free(link_route_to_test);
                }
                else
                {