6 May
2023
6 May
'23
3:05 p.m.
https://bugs.winehq.org/show_bug.cgi?id=54889 --- Comment #4 from szl <szl19921231(a)gmail.com> --- I found that tools/winebuild/res32.c caused the problem, replaced 8.2 res32.c with 8.1 res32.c, compiled ok, I compared the changes, does xstrdup need free?, and commented "output( "t.incbin "%s",%d,%dn", res->input_name, res->input_offset, res-> data_size ); "This line, the compilation is also OK, I add an if(i%20)output(...) in front of this line, it can also be compiled through, so I feel that there is a memory leak, trouble to help see, I didn't locate the problem myself -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.