Message-ID: From: "progmachine (@progmachine)" To: "postgresql-interfaces/psqlodbc" Date: Fri, 26 Apr 2024 17:35:56 +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: 2079808710 X-GitHub-Comment-Type: issue_comment X-GitHub-Edited-At: 2024-04-26T17:45:34Z 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-2079808710 Content-Type: text/plain; charset=utf-8 I can easily provide PR to fix the first memory leak point, in a few days, may be Sunday or Monday. But i can't provide fix for the second leak point, because i don't know how to fix it correctly. If no one can fix it, i can do this job, but it will not be fast, and potentially can introduce bugs :( Because it's new codebase for me, I don't know it's design, and it's pure C code, without classes, constructors/destructors etc... What we need to do in this situation?