Revision: 77998
          http://sourceforge.net/p/brlcad/code/77998
Author:   starseeker
Date:     2020-12-18 04:10:24 +0000 (Fri, 18 Dec 2020)
Log Message:
-----------
Whoops, weren't checking cstderr

Modified Paths:
--------------
    brlcad/trunk/src/libtclcad/command_io.cpp

Modified: brlcad/trunk/src/libtclcad/command_io.cpp
===================================================================
--- brlcad/trunk/src/libtclcad/command_io.cpp   2020-12-18 04:02:45 UTC (rev 
77997)
+++ brlcad/trunk/src/libtclcad/command_io.cpp   2020-12-18 04:10:24 UTC (rev 
77998)
@@ -177,7 +177,7 @@
        return;
     }
     pchan = (*pmap)[p];
-    if (!pchan->cstdin && !pchan->cstdout && !pchan->cstdout) {
+    if (!pchan->cstdin && !pchan->cstdout && !pchan->cstderr) {
        // All subprocess channels destroyed; we're done with the I/O from this 
subprocess, clean up
        BU_PUT(pchan, struct tclcad_process_channels);
        pmap->erase(p);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to