Fix for issue #47 - double free of COL_INFO object (#48)
authorAlexandr Kuznetsov <progmachine@xenlab.one>
Fri, 27 Sep 2024 10:23:20 +0000 (13:23 +0300)
committerGitHub <noreply@github.com>
Fri, 27 Sep 2024 10:23:20 +0000 (06:23 -0400)
commit563ad6c470ea5bf235f45f14f52d8f1df0040488
treeb82e840aaa3a9ac6f6e64f006b13f6a2ca9d6a72
parent0e4acc3e5b333b4706bdd71e9c3c872dbe3c60d1
Fix for issue #47 - double free of COL_INFO object (#48)

* 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(...).

Signed-off-by: Alexandr Kuznetsov <progmachine@xenlab.one>
* Fix spelling mistake in comment.

Signed-off-by: Alexandr Kuznetsov <progmachine@xenlab.one>
---------

Signed-off-by: Alexandr Kuznetsov <progmachine@xenlab.one>
.gitignore
connection.c
parse.c