On 01.09.2016 05:18, Bruno Jesus wrote:
- joysticks = scandir(p, &files, filter_js, sort_js);
Usually malloc-like allocations should be avoided in the Wine source. I am not sure if Alexandre is willing to make an exception in this case because its only a very small amount of memory - nevertheless, replacing with a different directory enumeration mechanism should also not be too difficult.
Regards, Sebastian