Changeset: 0304f792f7d8 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0304f792f7d8
Modified Files:
monetdb5/mal/mal_function.c
Branch: Oct2014
Log Message:
Resource leak.
diffs (12 lines):
diff --git a/monetdb5/mal/mal_function.c b/monetdb5/mal/mal_function.c
--- a/monetdb5/mal/mal_function.c
+++ b/monetdb5/mal/mal_function.c
@@ -1009,7 +1009,7 @@ showFlowGraph(MalBlkPtr mb, MalStkPtr st
} else if (f != GDKout) {
if (!stethoscope ) {
MT_sleep_ms(4000); /* delay for stethoscope */
- mnstr_close(f);
+ close_stream(f);
}
}
}
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list