Message-ID: From: "progmachine (@progmachine)" To: "postgresql-interfaces/psqlodbc" Date: Wed, 22 May 2024 19:11:43 +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: 2125567781 X-GitHub-Comment-Type: issue_comment 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-2125567781 Content-Type: text/plain; charset=utf-8 All tests fixed. Leak of `ci->password`, `ci->conn_settings`, `ci->pqopt` in dlg_specific.c, lines 627, 673, 678 fixed. Only `COL_INFO` cache leak is left. Continuing working...