Greetings! I'd like to propose a patch fixing a minor memory leak found with a static analyzer. It can be found at __add_target and __add_match functions, where info is callocated as a buffer and not freed afterwards. This bug can be fixed by adding free() in both functions. Please inform me if there is a proper way for me to submit this patch to the upstream. Best regards, Egor Budyukin.