advapi32/tests: Avoid unneeded reallocations of the ReadEventLog() buffer.
commitb34ec64537dea91af45ac40df616172348016bf4
authorFrancois Gouget <fgouget@codeweavers.com>
Fri, 13 Oct 2023 10:41:22 +0000 (13 12:41 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 13 Oct 2023 16:26:09 +0000 (13 18:26 +0200)
tree995db25bd075b2323d454f3e9b272066435f4044
parente0c3530a741adec459e6701799a2c0c6631c27d0
advapi32/tests: Avoid unneeded reallocations of the ReadEventLog() buffer.

Also we don't care about the content of the buffer so using
HeapRealloc() makes no sense.
dlls/advapi32/tests/eventlog.c