fix dangling thread svg, reduce mute patch
[goodguy/history.git] / cinelerra-5.1 / plugins / svg / svgwin.C
index bc4907716957d0d041f59c4def0667eb9873b5fb..9b4ec70720b5b8ed125d3d21dd7370c369f20e96 100644 (file)
@@ -239,8 +239,8 @@ void EditSvgButton::stop()
                        fifo_buf.action = 3;
                        write(fh_fifo, &fifo_buf, sizeof(fifo_buf));
                }
-               join();
        }
+       join();
 }
 
 int EditSvgButton::handle_event()