Thibaud Cartegnie 734508ff1f ffaup fix : memory corruption with concurrent workers
The ffaup function fails to work properly when it is used with multiple workers.
The faup_handler_t struct is not supposed to be shared between threads.

This may cause memory corruptions and race conditions when used inside of actions.
2023-01-09 10:44:01 +01:00
..