[PATCH 1/3] user32: Free window text to prevent leak in case whenWM_NCDESTROY doesn't get to default procedure

Dmitry Timoshkov dmitry at codeweavers.com
Sun Nov 15 23:26:54 CST 2009


"Nikolay Sivov" <bunglehead at gmail.com> wrote:

> This fixes a leak spotted by valgrind.
> 
> Changelog:
>    - free window text to prevent leak in case when WM_NCDESTROY
> doesn't get to default procedure

Then WM_NCDESTROY handler should be removed from DefWindowProc
to avoid a confusing duplication.

-- 
Dmitry.



More information about the wine-devel mailing list