From 27fd3ea07d41d179c8fdcb5b8481960c1fcc37d5 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Wed, 19 Jul 2017 14:20:12 -0600 Subject: [PATCH] repair detail asset dialog segv --- cinelerra-5.1/cinelerra/assetedit.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinelerra-5.1/cinelerra/assetedit.C b/cinelerra-5.1/cinelerra/assetedit.C index ec9ad57a..ce91d691 100644 --- a/cinelerra-5.1/cinelerra/assetedit.C +++ b/cinelerra-5.1/cinelerra/assetedit.C @@ -968,7 +968,7 @@ void DetailAssetWindow::create_objects() void DetailAssetDialog::start(Asset *asset, int x, int y) { - delete dwindow; + close_window(); this->asset = asset; this->x = x; this->y = y; BC_DialogThread::start(); -- 2.26.2