Changeset: c72c1eedf754 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c72c1eedf754
Modified Files:
common/utils/msabaoth.c
Branch: Mar2025
Log Message:
Remove one fclose too many.
diffs (11 lines):
diff --git a/common/utils/msabaoth.c b/common/utils/msabaoth.c
--- a/common/utils/msabaoth.c
+++ b/common/utils/msabaoth.c
@@ -374,7 +374,6 @@ msab_retreatScenario(const char *lang)
strerror(errno), pathbuf);
return strdup(buf);
}
- (void)fclose(f);
(void) MT_remove(pathbuf);
return(NULL);
} else {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]