On Tue, Aug 11, 2026 at 12:15:39PM +0200, scientiamobile wrote: > The strings duplicated with strdup() for each "wurfl-information-list" token > (wi->data.name) and each "wurfl-patch-file" path (wp->patch_file_path) were > never freed: ha_wurfl_deinit() only freed the list nodes, not the strings they > own. A simple config check on a configuration using these keywords is enough > to > leak them, as reported by ASAN. (...)
Now merged, thanks to you both! willy

