jackaudio / jack1

jack1 codebase
Other
250 stars 71 forks source link

[metadata] fix unfreed DBT key/data tuples causing several mem-leaks. #20

Closed rncbc closed 9 years ago

rncbc commented 9 years ago

patch tries to fix most if not all unfreed DBT key/data tuples which are causing several mem-leaks on the jack_properties database access (Metadata API).

--rncbc