X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/78c37d1780d1243aec405e7f38751e0aa5037c38..51bcdf25f9c0e0a8814580eebaa76def9cfaa25a:/doc/gtut-files/10-rpc.c diff --git a/doc/gtut-files/10-rpc.c b/doc/gtut-files/10-rpc.c index 64e7218c29..df9738cb50 100644 --- a/doc/gtut-files/10-rpc.c +++ b/doc/gtut-files/10-rpc.c @@ -110,6 +110,7 @@ int client(int argc, char *argv[]) { } CATCH(e) { INFO1("The server refuses to convert %s. Here is the received exception:",string_to_convert); xbt_ex_display(&e); + xbt_ex_free(e); INFO0("Again, previous exception was excepted"); }