ole32: Allocate and free moniker lists with CRT allocations.
commit93f8819c95407769992c69f75905708178f2b5ce
authorRémi Bernon <rbernon@codeweavers.com>
Thu, 12 Jan 2023 19:58:16 +0000 (12 20:58 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 13 Jan 2023 10:14:51 +0000 (13 11:14 +0100)
tree79cd0906d87577faaab80647424a42a0227e4a76
parenta547efc094ca89461731c49302883e4d45692eb9
ole32: Allocate and free moniker lists with CRT allocations.

The RunningObjectTableImpl_EnumRunning codepath returns a list allocated
from combase MIDL_user_allocate, which uses msvcrt heap.
dlls/ole32/moniker.c