[PATCH 8/8] user32/win: Release scroll window data on window destruction

Nikolay Sivov bunglehead at gmail.com
Tue Oct 20 13:10:36 CDT 2009


Another leak spotted in valgrind results for ListView tests,
scrolls data is allocated dynamically on request and is never freed.

Changelog:
    - release scroll window data on window destruction


More information about the wine-patches mailing list