From aa386bcccadaef7f18ddf685c9713b308467aed2 Mon Sep 17 00:00:00 2001 From: navarrop Date: Thu, 10 Mar 2011 13:01:31 +0000 Subject: [PATCH 1/1] Forgot one free. 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index d0a5328abf..e3d2fa30ab 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -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 { -- 2.20.1