libelektra
libelektra copied to clipboard
tracer: regressions
As uncovered while looking for the problem in #4414:
The searchKey allocated in line 28 of src/plugins/tracer/tracer.c does not get freed. This was introduced in 7c803e17ce344d84970ce963a39f2b0bc5aa581e
Furthermore, a bug gets introduced: ksSearch does not support cascading keys, so the logic fails, see #4415 .
Please also check why the tests that caused #4414 didn't show up in our CI.