Willy Tarreau 7465b5ec38 BUG/MINOR: sample: fix memory leak in smp_resolve_args error paths
Several error paths in smp_resolve_args used 'continue' which skipped
LIST_DELETE and free(cur), leaking the arg_list node. Changed all to
'break' to ensure proper cleanup on all error paths. This is harmless
since when such issues are met, the process refuses to start, so no
backport is really needed.
2026-04-27 14:44:29 +02:00
..
2025-01-07 16:42:38 +01:00
2026-04-23 10:49:17 +02:00
2026-04-02 14:02:04 +02:00
2026-03-02 10:44:59 +01:00