commit | 83fefbcdff9f562d719fcb5da6b4a11e20e13c7c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Nov 06 15:19:19 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Nov 13 16:26:10 2020 +0100 |
tree | 7ff22013fda9725f2fc57f12925d8a7a6597dc46 | |
parent | c751b4508d9245baa54a19f7658aa7307d76e447 [diff] |
MINOR: init: Fix the prototype for per-thread free callbacks Functions registered to release memory per-thread have no return value. But the registering function and the function pointer in per_thread_free_fct structure specify it should return an integer. This patch fixes it. This patch may be backported as far as 2.0.