AboutDialog crash fix

This commit is contained in:
Lukas Matena 2018-12-25 00:34:50 +01:00
parent 6e53d594e5
commit 9bd5728508

View file

@ -377,7 +377,6 @@ void about()
{ {
AboutDialog dlg; AboutDialog dlg;
dlg.ShowModal(); dlg.ShowModal();
dlg.Destroy();
} }
void desktop_open_datadir_folder() void desktop_open_datadir_folder()