[utf8vcl-general] [utf8vcl - General] RE: Access Violation, Turbo Delphi
Status: Alpha
Brought to you by:
bluelive
From: SourceForge.net <no...@so...> - 2007-07-07 09:49:47
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4401080 By: nobody I think that problems is in "Result := VirtualAlloc(nil, 256, MEM_COMMIT, PAGE_EXECUTE_READWRITE);" There are no VirtualFree so it must cos memory leak. When I disabled all HookUser32Func calls that using MakeWndProcIntercept Memory leak hase been stopped. Anyone have idea where shoud I call VirtualFree ? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=671785 |