Message-ID: From: "progmachine (@progmachine)" To: "postgresql-interfaces/psqlodbc" Date: Tue, 14 May 2024 18:29:50 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] issue #8: Memory leaks detected in psqlodbc library In-Reply-To: References: List-Id: X-GitHub-Author-Login: progmachine X-GitHub-Comment-Id: 2110860080 X-GitHub-Comment-Type: issue_comment X-GitHub-Edited-At: 2024-05-14T18:32:27Z X-GitHub-Issue: 8 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/8#issuecomment-2110860080 Content-Type: text/plain; charset=utf-8 I know. First unsuccessful run of tests was my fault - incorrect odbc.ini config. If just running tests, they will be successful, but enabling LeakSanitizer by preloading dynamic library, cause fails for many tests. I need to fix it, before continuing.