Changeset: a6f0950a3a15 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a6f0950a3a15
Modified Files:
monetdb5/mal/mal_function.c
Branch: default
Log Message:
Allow for dump dot file on stethoscope stream
diffs (18 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
@@ -1105,10 +1105,12 @@ showFlowGraph(MalBlkPtr mb, MalStkPtr st
oline = line;
}
free(buf);
- mnstr_close(f);
+ if (idcmp(fname, "stethoscope") != 0)
+ mnstr_close(f);
buffer_destroy(bufstr);
} else if (f != GDKout) {
- mnstr_close(f);
+ if (idcmp(fname, "stethoscope") != 0)
+ mnstr_close(f);
}
}
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list