X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fseq-points-data.c;h=7adbfe9f7c6dcf6dd8c607190f79e936b8302bb4;hb=94bb3cadd263987736a9d3ec23856caa88a6fcbc;hp=b6b594071296138a7fed75f03e6d122a98c82767;hpb=ccdf8c3274d1793ffeddedfd784d49707feea62a;p=mono.git diff --git a/mono/metadata/seq-points-data.c b/mono/metadata/seq-points-data.c index b6b59407129..7adbfe9f7c6 100644 --- a/mono/metadata/seq-points-data.c +++ b/mono/metadata/seq-points-data.c @@ -1,5 +1,6 @@ -/* - * seq-points-data.c: Sequence Points functions +/** + * \file + * Sequence Points functions * * Authors: * Marcos Henrich (marcos.henrich@xamarin.com) @@ -450,6 +451,7 @@ mono_seq_point_data_write (SeqPointData *data, char *path) fwrite (buffer_orig, 1, buffer - buffer_orig, f); g_free (buffer_orig); + fclose (f); return TRUE; }