From a22712a593dcc316668e159caebe1b3839c90da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Van=20Canneyt?= Date: Mon, 23 Sep 2024 21:21:17 +0200 Subject: [PATCH] * Fix memleak --- components/sqldbrest/design/schemaeditorconf.pas | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/sqldbrest/design/schemaeditorconf.pas b/components/sqldbrest/design/schemaeditorconf.pas index 52b03bb56d..c15e4d336a 100644 --- a/components/sqldbrest/design/schemaeditorconf.pas +++ b/components/sqldbrest/design/schemaeditorconf.pas @@ -117,5 +117,9 @@ begin end; end; +initialization + +finalization + _settings.Free; end.