tccpe: fclose FILE*

Reported by Martin Ettl (thanks)
This commit is contained in:
grischka 2009-11-29 14:40:46 +01:00
parent a26bf10de3
commit a5279b2c05

View File

@ -974,6 +974,8 @@ ST_FN void pe_build_exports(struct pe_info *pe)
}
pe->exp_size = pe->thunk->data_offset - pe->exp_offs;
dynarray_reset(&sorted, &sym_count);
if (op)
fclose(op);
}
/* ------------------------------------------------------------- */