We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21fb18e commit 88c8cd8Copy full SHA for 88c8cd8
src/gdlgstream.hpp
@@ -224,7 +224,8 @@ class GDLGStream: public plstream
224
virtual ~GDLGStream()
225
{
226
if (GDL_DEBUG_PLSTREAM) printf(" retire GDLGstream:pls=%p \n", (void *)pls);
227
- plend1(); //strange. Was expected to solve #1342 but 1) I cannot reproduce now and 2) this crashes GDL in the following manner:
+// plend1(); //NEVER use plend here. Causes #1835
228
+// Above was expected to solve #1342 but 1) I cannot reproduce now and 2) this crashes GDL in the following manner:
229
// plot,dist(10) ; using X11 not wxWidgets
230
// set_plot,'z'
231
// plot,dist(10)
0 commit comments