X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3ca7ba141fb09d54d776e57603c256e87a908fc9..35471ecdf533b2701ca99d3921c42944531883ce:/src/gras/DataDesc/ddt_exchange.c diff --git a/src/gras/DataDesc/ddt_exchange.c b/src/gras/DataDesc/ddt_exchange.c index 2f3b44ee6f..15c9a658a0 100644 --- a/src/gras/DataDesc/ddt_exchange.c +++ b/src/gras/DataDesc/ddt_exchange.c @@ -359,7 +359,7 @@ int gras_datadesc_copy(gras_datadesc_type_t type, xbt_ex_t e; gras_cbps_t state; xbt_dict_t refs; /* all references already sent */ - int size; + int size=0; xbt_assert0(type,"called with NULL type descriptor");