]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Fix: Memory leaks in SWIG generated code (for Python) 445/head
authorJaroslav Rohel <jrohel@redhat.com>
Thu, 8 Apr 2021 10:17:09 +0000 (12:17 +0200)
committerJaroslav Rohel <jrohel@redhat.com>
Thu, 8 Apr 2021 10:46:33 +0000 (12:46 +0200)
commit8615575144e6fd3d708a30983ed2415db479ef4c
tree69acff7b4c1f61404e14b4261dcbaa4b7a1426f7
parentc773294be6b0a2425f344a8999f173fb00cfd16f
Fix: Memory leaks in SWIG generated code (for Python)

There were memory leaks in the `Chksum_from_bin`, `Chksum_add`,
`SolvFp_write` functions wrapper for Python.

The problem was in "freearg" typemap argument defined in "solv.i".
Therefore, the typemap was not applied.
bindings/solv.i