Message-ID: From: "progmachine (@progmachine)" To: "postgresql-interfaces/psqlodbc" Date: Thu, 26 Sep 2024 11:40:59 +0000 Subject: [postgresql-interfaces/psqlodbc] PR #48: Fix for issue #47 - double free of COL_INFO object List-Id: X-GitHub-Author-Id: 2852009 X-GitHub-Author-Login: progmachine X-GitHub-Issue: 48 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/pull/48 Content-Type: text/plain; charset=utf-8 * Fix for issue #47 - double free of COL_INFO object due to refcount breakage during reuse of directly found object in getColumnsInfo(...). * One more possible memory leak of COL_INFO objects in getColumnsInfo(...).