Skip to content

Commit

Permalink
Update gdlgstream.hpp closing #1835
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesDuvert authored May 23, 2024
1 parent 21fb18e commit 88c8cd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gdlgstream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ class GDLGStream: public plstream
virtual ~GDLGStream()
{
if (GDL_DEBUG_PLSTREAM) printf(" retire GDLGstream:pls=%p \n", (void *)pls);
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
// Above was expected to solve #1342 but 1) I cannot reproduce now and 2) this crashes GDL in the following manner:
// plot,dist(10) ; using X11 not wxWidgets
// set_plot,'z'
// plot,dist(10)
Expand Down

0 comments on commit 88c8cd8

Please sign in to comment.