From 9bf2726bce637d151bae133c072ac83e5f2ab514 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 31 Jan 2023 13:13:48 +0100 Subject: Fix "Native Filechooser (Zenity) crashes on second invocation" (#665) --- src/Fl_Native_File_Chooser_Kdialog.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Fl_Native_File_Chooser_Kdialog.cxx') diff --git a/src/Fl_Native_File_Chooser_Kdialog.cxx b/src/Fl_Native_File_Chooser_Kdialog.cxx index b2c100879..db17d15ed 100644 --- a/src/Fl_Native_File_Chooser_Kdialog.cxx +++ b/src/Fl_Native_File_Chooser_Kdialog.cxx @@ -170,7 +170,6 @@ int Fl_Kdialog_Native_File_Chooser_Driver::show() { } } delete[] command; - if (_title) { free(_title); _title = NULL; } if (!pipe) return -1; return (data.all_files == NULL ? 1 : 0); } -- cgit v1.2.3