- 09 Jun, 2023 14 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Missing from b337c5b1, spotted by Fan WenJie.
-
Davide Beatrici authored
-
Daniel Lehman authored
nCharOfs is the key for paragraphs added to the marked tree If it is updated, re-add the entry to update its position
-
Shaun Ren authored
-
Shaun Ren authored
-
Shaun Ren authored
-
Shaun Ren authored
-
Zebediah Figura authored
This was missed in 14c44d0b. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55016
-
Ziqing Hui authored
-
Ziqing Hui authored
-
Ziqing Hui authored
-
- 08 Jun, 2023 24 commits
-
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Alexandre Julliard authored
cf. 6b0836e3.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
To avoid returning non-aligned reserved regions.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
And merge reported free areas.
-
Alexandre Julliard authored
-
Alex Henrie authored
-
Daniel Lehman authored
../dlls/msi/dialog.c:4476:11: warning: attempt to call free on non-heap object 'hdr' [-Wfree-nonheap-object] free( &rec->hdr ); ^
-
Alex Henrie authored
-
Alex Henrie authored
queue_task cannot free the struct because it doesn't know whether the struct contains pointers to other dynamically allocated memory that also needs to be freed (as is the case with struct send_request).
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Alex Henrie authored
-
- 07 Jun, 2023 2 commits
-
-
Bernhard Kölbl authored
Signed-off-by: Bernhard Kölbl <besentv@gmail.com>
-
Piotr Caban authored
It's used by the function to find document content type. Fixes regression introduced by e164b8ce.
-