Files
reactos/reactos
Hermès Bélusca-Maïto 024afb5abf [REGEDIT]
Fix tree-view's image-list handle leakage when application quits.
Loosely based on a patch by Edijs Kolesnicovičs and Grégory Macário Harbs

NOTE: Always cleanup / destroy (or, try to) things in the reverse way they are created / initialized (i.e. in a symmetrical way). Therefore, destry the associated tree-view's image-list in the DestroyTreeView function, which is the opposite of CreateTreeView (which calls InitTreeViewImageLists). The same mechanism is already used by the list-view. For completeness, add a parameter to the DestroyTreeView function (a handle to a tree-view) so that we can pass to it the global tree-view's handle (see what's done in WM_DESTROY message handling in ChildWndProc).

CORE-6856 #resolve #comment Should be fixed in revision r59371. See the commit log for more details. Thanks :)

svn path=/trunk/; revision=59371
2013-06-29 19:22:00 +00:00
..
2013-06-29 19:22:00 +00:00
2013-06-23 20:41:42 +00:00
2013-06-23 20:41:42 +00:00
2013-06-29 13:44:17 +00:00
2013-06-29 14:03:04 +00:00
2013-05-19 13:43:47 +00:00
2013-06-29 05:48:22 +00:00
2013-06-29 18:45:45 +00:00
2013-06-23 20:41:42 +00:00
2013-06-29 05:40:09 +00:00
2013-05-04 14:29:51 +00:00
2013-06-23 12:47:33 +00:00
2013-06-27 00:20:58 +00:00
2013-06-20 12:07:29 +00:00
2013-06-22 11:11:35 +00:00
2013-06-02 18:44:50 +00:00

========================
ReactOS Version 0.3.x
Updated Dec 16, 2006
========================

1. What is ReactOS?

   ReactOS is an Open Source effort to develop a quality operating system
that is compatible with Windows NT applications and drivers.

   The ReactOS project, although currently focused on Windows XP/2003
drivers compatibility, is always keeping an eye toward compatibility with
older version of Windows NT family ( NT 4.0, 2000 (NT 5.0)) and new
Windows NT releases (Vista, etc). Applications (Win32 API) compatibility
focus is Windows XP.

More information is available at http://www.reactos.org/.

2. Building ReactOS

See the INSTALL file for more details.

3. More information

See the media\doc subdirectory for some sparse notes.

4. Who is responsible

See the CREDITS file.