http://bugs.winehq.org/show_bug.cgi?id=9263
Stefan Dösinger stefandoesinger@gmx.at changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wine-directx |wine-misc
--- Comment #30 from Stefan Dösinger stefandoesinger@gmx.at 2007-11-25 06:21:05 --- I have set the component to wine-misc, as we don't know what causes the problem. The heap functions are memory related. HeapAlloc is more or less the Win32 equivalent of malloc(), HeapFree is free(), and so on. This FindSubHeap function is an internal function of the heap management.