add proxy quick switch, folder lock, shortcuts update, bsd GL tweak
[goodguy/history.git] / cinelerra-5.1 / cinelerra / recordgui.C
index 00b257e9b930cb2e242c02ef132c97dcc2356a22..6c508a51556f2defe022d69f5e63177e6759b3f0 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
  * CINELERRA
- * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
+ * Copyright (C) 2008-2017 Adam Williams <broadcast at earthling dot net>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -116,8 +116,8 @@ RecordGUI::RecordGUI(MWindow *mwindow, Record *record)
 
 RecordGUI::~RecordGUI()
 {
-TRACE("RecordGUI::~RecordGUI 1");
        delete status_thread;
+       delete record_transport;
        delete batch_source;
        delete batch_mode;
        delete batch_flash;
@@ -126,7 +126,6 @@ TRACE("RecordGUI::~RecordGUI 1");
        delete batch_start;
        delete batch_duration;
        delete load_mode;
-TRACE("RecordGUI::~RecordGUI 2");
 }
 
 
@@ -1384,6 +1383,7 @@ RecordStatusThread::~RecordStatusThread()
                input_lock->unlock();
        }
        Thread::join();
+       delete input_lock;
 }
 
 void RecordStatusThread::reset_video()
@@ -1612,5 +1612,3 @@ int RecordGUIResetTranslation::handle_event()
        return 1;
 }
 
-
-