X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6de03ecc4e630732984a0673512a5d15fd75e270..ab8d6bf77b9aa74785b486fd5704e7fc63f25d66:/examples/msg/bittorrent/connection.c diff --git a/examples/msg/bittorrent/connection.c b/examples/msg/bittorrent/connection.c index c0ee2a546a..847a6c4413 100644 --- a/examples/msg/bittorrent/connection.c +++ b/examples/msg/bittorrent/connection.c @@ -38,5 +38,4 @@ void connection_free(void *data) xbt_free(co->bitfield); xbt_free(co->mailbox); xbt_free(co); - }