octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #44406] glps_renderer::draw uses static state


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #44406] glps_renderer::draw uses static state variable, potential bug?
Date: Mon, 02 Mar 2015 09:18:30 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

Follow-up Comment #1, bug #44406 (project octave):

Maybe I'm missing something.  Is this unwind_protect:


              if (filep)
                {
                  unwind_protect frame;

                  frame.add_fcn (close_fcn, filep);

                  glps_renderer rend (filep, term);
                  rend.draw (fobj, "");

                  // Make sure buffered commands are finished!!!
                  glFinish ();
                }


meant to protect the hunk of code after it and until it goes out of scope
restricted from interruption by Cntrl-C?


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44406>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]